flux v0.31.2
HelmRelease.spec.kubeConfig.secretRef
SecretRef holds the name to a secret that contains a key with the kubeconfig file as the value. If no key is specified the key will default to 'value'. The secret must be in the same namespace as the HelmRelease. It is recommended that the kubeconfig is self-contained, and the secret is regularly updated if credentials such as a cloud-access-token expire. Cloud specific `cmd-path` auth helpers will not function without adding binaries and credentials to the Pod that is responsible for reconciling the HelmRelease.
| Field / Type | Description |
|---|---|
key | Key in the Secret, when not specified an implementation-specific default key is used. |
name | Name of the Secret. |