mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-14 15:31:27 +08:00
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:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user