Fix chart-testing failing due to conflict between authSecret and dummySecret
This commit is contained in:
parent
1b8a656051
commit
ced1c2321a
|
|
@ -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
|
||||
Loading…
Reference in New Issue