We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814a6c3 commit b940231Copy full SHA for b940231
2 files changed
charts/passport/templates/passport-deployment.yaml
@@ -25,7 +25,7 @@ spec:
25
serviceAccount: drycc-passport
26
containers:
27
- name: drycc-passport
28
- image: {{.Values.image_registry}}/{{.Values.org}}/passport:{{.Values.image_tag}}
+ image: {{.Values.image_registry}}/{{.Values.image_org}}/passport:{{.Values.image_tag}}
29
imagePullPolicy: {{.Values.image_pull_policy}}
30
livenessProbe:
31
httpGet:
charts/passport/values.yaml
@@ -1,4 +1,4 @@
1
-org: "drycc"
+image_org: "drycc"
2
image_pull_policy: "Always"
3
image_tag: "canary"
4
image_registry: "docker.io"
0 commit comments