See official documentation here: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
- Make sure kubectl is on the runtime cluster context
- Run scripts/adopt-crds.sh [runtime Helm release name] [Runtime Namespace]
run
kubectl logs jobs/validate-values -n ${NAMESPACE}
(use your selected namespace)
the output should help find the error in the values file.
in order to install while skipping the values validation, install with --set installer.skipValidation="true"
(or set it in values file)