This chart is a thin wrapper around the FluxInstance
custom resource, which is
used by the Flux Operator
to install, configure and automatically upgrade Flux.
- Kubernetes 1.22+
- Helm 3.8+
To deploy Flux in the flux-system
namespace:
helm -n flux-system install flux oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
For more information on the available configuration options, see the Flux Instance documentation.
To uninstall Flux without affecting the resources it manages:
helm -n flux-system uninstall flux
Key | Type | Default | Description |
---|---|---|---|
commonAnnotations | object | {} |
Common annotations to add to all deployed objects including pods. |
commonLabels | object | {} |
Common labels to add to all deployed objects including pods. |
fullnameOverride | string | "flux" |
|
instance.cluster | object | {"domain":"cluster.local","multitenant":false,"networkPolicy":true,"tenantDefaultServiceAccount":"default","type":"kubernetes"} |
Cluster https://fluxcd.control-plane.io/operator/fluxinstance/#cluster-configuration |
instance.components | list | ["source-controller","kustomize-controller","helm-controller","notification-controller"] |
Components https://fluxcd.control-plane.io/operator/fluxinstance/#components-configuration |
instance.distribution | object | {"artifact":"oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests:latest","imagePullSecret":"","registry":"ghcr.io/fluxcd","version":"2.x"} |
Distribution https://fluxcd.control-plane.io/operator/fluxinstance/#distribution-configuration |
instance.kustomize.patches | list | [] |
Kustomize patches https://fluxcd.control-plane.io/operator/fluxinstance/#kustomize-patches |
instance.sharding | object | {"key":"sharding.fluxcd.io/key","shards":[]} |
Sharding https://fluxcd.control-plane.io/operator/fluxinstance/#sharding-configuration |
instance.storage | object | {"class":"","size":""} |
Storage https://fluxcd.control-plane.io/operator/fluxinstance/#storage-configuration |
instance.sync | object | {"kind":"GitRepository","path":"","pullSecret":"","ref":"","url":""} |
Sync https://fluxcd.control-plane.io/operator/fluxinstance/#sync-configuration |
nameOverride | string | "" |