소스 검색

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

***NO_CI***
wjkw1 3 년 전
부모
커밋
2916ec5889
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: ""