stefanprodan / gitops-test

Flux test repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flux test repo

License:MIT License


Languages

Language:Shell 100.0%