Parcourir la source

misc: updated values file imagePullPolicy to match what is in deployment.yaml (#4546)

***NO_CI***
wjkw1 il y a 3 ans
Parent
commit
2916ec5889
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dev/helm/values.yaml

+ 1 - 1
dev/helm/values.yaml

@@ -6,7 +6,7 @@ replicaCount: 1
 
 image:
   repository: requarks/wiki
-  pullPolicy: IfNotPresent
+  imagePullPolicy: IfNotPresent
 
 imagePullSecrets: []
 nameOverride: ""