In some environments, Kubernetes secrets are not allowed instead secrets are mounted into the container by some other means (i.e. Vault sidecar injector).
What this PR does / why we need it
This enables disabling usage of a Kubernetes secret.
Special notes for your reviewer
Checklist
[x] Change log updated in Chart.yaml (see the contributing guide for details)
[x] Chart version bumped in Chart.yaml (see the contributing guide for details)
[x] Documentation regenerated by running make docs
Overview
In some environments, Kubernetes secrets are not allowed instead secrets are mounted into the container by some other means (i.e. Vault sidecar injector).
What this PR does / why we need it
This enables disabling usage of a Kubernetes secret.
Special notes for your reviewer
Checklist
Chart.yaml
(see the contributing guide for details)Chart.yaml
(see the contributing guide for details)make docs