We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462eeaa commit 67cf19cCopy full SHA for 67cf19c
pkg/fixtures/deployments/helm/charts/production.yaml
@@ -1,7 +1,7 @@
1
image:
2
- repository: "testapp"
3
- pullPolicy: Always
+ repository: "testimage"
4
tag: "latest"
+ pullPolicy: "Always"
5
service:
6
annotations: {}
7
type: LoadBalancer
template/deployments/helm/charts/production.yaml
- repository: "{{ .Config.GetVariableValue "APPNAME" }}"
- tag: "latest"
+ repository: "{{ .Config.GetVariableValue "IMAGENAME" }}"
+ tag: "{{ .Config.GetVariableValue "IMAGETAG" }}"
+ pullPolicy: "{{ .Config.GetVariableValue "IMAGEPULLPOLICY" }}"
0 commit comments