Skip to content

Helm repository for Flux and Helm Operator charts

License

Notifications You must be signed in to change notification settings

isabella232/charts-18

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Flux CD Helm repository

Add FluxCD repository to Helm repos:

helm repo add fluxcd https://charts.fluxcd.io

Install Flux

helm upgrade -i flux fluxcd/flux \
--namespace fluxcd \
--set git.url=git@github.com:org/repo

For more details on installing Flux please see the chart readme.

Install Helm Operator

helm upgrade -i helm-operator fluxcd/helm-operator \
--namespace fluxcd \
--set git.ssh.secretName=flux-git-deploy \
--set createCRD=true

For more details on installing Flux Helm Operator please see the chart readme.

About

Helm repository for Flux and Helm Operator charts

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published