mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-04 23:55:49 +02:00
add imagePullSecrets: [] to default values.yaml
Signed-off-by: Razvan Valceanu <razvan.valceanu@metaminds.com>
This commit is contained in:
parent
e57412778d
commit
91527623e4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ image:
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue