Skip to content

codefresh-sandbox/gitops-runtime-helm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 62.6%
  • Python 21.3%
  • Shell 11.2%
  • Dockerfile 4.9%