Fix chart-testing failing due to conflict between authSecret and dummySecret

This commit is contained in:
Yusuke Kuoka 2021-03-09 14:54:55 +09:00
parent 1b8a656051
commit ced1c2321a
1 changed files with 3 additions and 0 deletions

View File

@ -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