flux v2.0.1
HelmRelease.spec.postRenderers[].kustomize.patches[].target.spec.kubeConfig.secretRef
SecretRef holds the name of a secret that contains a key with the kubeconfig file as the value. If no key is set, the key will default to 'value'. 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 Kubernetes resources.
| Field / Type | Description |
|---|---|
key | Key in the Secret, when not specified an implementation-specific default key is used. |
name | Name of the Secret. |