From ced1c2321af448daf57d9de3fb5b14c3f3a4049e Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 9 Mar 2021 14:54:55 +0900 Subject: [PATCH] Fix chart-testing failing due to conflict between authSecret and dummySecret --- charts/actions-runner-controller/ci/ci-values.yaml | 3 +++ 1 file changed, 3 insertions(+) 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