fix(helm): Add imagePullSecrets since the nationtech website is hosted on a private registry
This commit is contained in:
parent
efa04b495f
commit
777d57c75d
@ -10,7 +10,8 @@ image:
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v1.0.0"
|
||||
|
||||
imagePullSecrets: []
|
||||
imagePullSecrets:
|
||||
- nationtech-registry-key
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user