rafaelperoco / gitops-runtime-helm

Codefresh GitOps runtime Helm Installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

See official documentation here: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/

To adopt argoproj crds:

  1. Make sure kubectl is on the runtime cluster context
  2. Run scripts/adopt-crds.sh [runtime Helm release name] [Runtime Namespace]

pre-install hook failure:

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)

About

Codefresh GitOps runtime Helm Installation


Languages

Language:Smarty 61.8%Language:Python 22.5%Language:Shell 10.6%Language:Dockerfile 5.2%