We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6851cfd commit 6ebc772Copy full SHA for 6ebc772
2 files changed
charts/database/templates/database-deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
serviceAccount: drycc-database
23
containers:
24
- name: drycc-database
25
- image: {{.Values.image_registry}}/{{.Values.org}}/postgres:{{.Values.image_tag}}
+ image: {{.Values.image_registry}}/{{.Values.image_org}}/postgres:{{.Values.image_tag}}
26
imagePullPolicy: {{.Values.image_pull_policy}}
27
ports:
28
- containerPort: 5432
charts/database/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