mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Fix chart-testing failing due to conflict between authSecret and dummySecret
This commit is contained in:
@@ -22,6 +22,9 @@ resources:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
|
authSecret:
|
||||||
|
create: false
|
||||||
|
|
||||||
# Set the following to true to create a dummy secret, allowing the manager pod to start
|
# Set the following to true to create a dummy secret, allowing the manager pod to start
|
||||||
# This is only useful in CI
|
# This is only useful in CI
|
||||||
createDummySecret: true
|
createDummySecret: true
|
||||||
Reference in New Issue
Block a user