feat: add authSecret.enabled to Helm chart (#937)

When false the chart deployment template will not add GITHUB_*
environment variables to the manager container. In addition, the `volume`
and `volumeMount` for the secret will also be omitted from the
deployment manifest.

Signed-off-by: Piaras Hoban <phoban01@gmail.com>
This commit is contained in:
Piaras Hoban
2021-12-12 07:13:14 +00:00
committed by GitHub
parent f0fccc020b
commit 84b0c64d29
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ enableLeaderElection: true
# Only 1 authentication method can be deployed at a time
# Uncomment the configuration you are applying and fill in the details
authSecret:
enabled: true
create: false
name: "controller-manager"
annotations: {}