diff --git a/charts/actions-runner-controller/ci/ci-values.yaml b/charts/actions-runner-controller/ci/ci-values.yaml index ac42914d..e8ddb8d5 100644 --- a/charts/actions-runner-controller/ci/ci-values.yaml +++ b/charts/actions-runner-controller/ci/ci-values.yaml @@ -22,6 +22,9 @@ resources: cpu: 100m memory: 128Mi +authSecret: + create: false + # Set the following to true to create a dummy secret, allowing the manager pod to start # This is only useful in CI createDummySecret: true \ No newline at end of file