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 2e01578 commit 5e3300cCopy full SHA for 5e3300c
charts/workflow-manager/templates/workflow-manager-deployment.yaml
@@ -24,7 +24,7 @@ spec:
24
serviceAccount: deis-workflow-manager
25
containers:
26
- name: deis-workflow-manager
27
- image: quay.io/{{.Values.org}}/workflow-manager:{{.Values.docker_tag}}
+ image: {{.Values.org}}/workflow-manager:{{.Values.docker_tag}}
28
imagePullPolicy: {{.Values.pull_policy}}
29
{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
30
resources:
0 commit comments