/gitops-test

Flux test repo

Primary LanguageShellMIT LicenseMIT

Flux testing

kubectl create ns flux
helm upgrade -i flux fluxcd/flux \
--namespace flux \
--set syncGarbageCollection.enabled=true \
--set git.url=git@github.com:stefanprodan/gitops-test
fluxctl identity --k8s-fwd-ns flux
helm upgrade -i helm-operator fluxcd/helm-operator \
--namespace flux \
--set helm.versions=v3 \
--set git.ssh.secretName=flux-git-deploy
fluxctl sync --k8s-fwd-ns flux