We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ded1196 + a98b184 commit 639c79dCopy full SHA for 639c79d
charts/workflow-e2e/templates/workflow-e2e-pod.yaml
@@ -21,7 +21,7 @@ spec:
21
- name: TEST
22
value: "{{.Values.test}}"
23
- name: DEBUG_MODE
24
- value: {{.Values.debug_mode}}
+ value: "{{.Values.debug_mode}}"
25
volumeMounts:
26
- name: artifact-volume
27
mountPath: /root
charts/workflow-e2e/values.yaml
@@ -1,7 +1,7 @@
1
org: "deisci"
2
docker_tag: "canary"
3
pull_policy: "Always"
4
-pod_name: "workflow-dev-e2e"
+pod_name: "workflow-e2e"
5
ginko_nodes: 15
6
cli_version: "latest"
7
test: "e2e"
0 commit comments