Browse Source
misc: updated values file imagePullPolicy to match what is in deployment.yaml (#4546)
***NO_CI***
pull/4604/head
wjkw1
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dev/helm/values.yaml
|
@ -6,7 +6,7 @@ replicaCount: 1 |
|
|
|
|
|
|
|
|
image: |
|
|
image: |
|
|
repository: requarks/wiki |
|
|
repository: requarks/wiki |
|
|
pullPolicy: IfNotPresent |
|
|
|
|
|
|
|
|
imagePullPolicy: IfNotPresent |
|
|
|
|
|
|
|
|
imagePullSecrets: [] |
|
|
imagePullSecrets: [] |
|
|
nameOverride: "" |
|
|
nameOverride: "" |
|
|