feat(chart): add registry secret for pulling from private registries
This commit is contained in:
parent
d09514d760
commit
e2d974596d
3 changed files with 11 additions and 3 deletions
|
|
@ -3,8 +3,9 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
pullSecretBase64: null
|
||||
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
|
|
|
|||
Reference in a new issue