Skip to content

Commit 639c79d

Browse files
authored
Merge pull request #333 from kmala/charts
fix(charts): Use a fixed name for the e2e pod
2 parents ded1196 + a98b184 commit 639c79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/workflow-e2e/templates/workflow-e2e-pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- name: TEST
2222
value: "{{.Values.test}}"
2323
- name: DEBUG_MODE
24-
value: {{.Values.debug_mode}}
24+
value: "{{.Values.debug_mode}}"
2525
volumeMounts:
2626
- name: artifact-volume
2727
mountPath: /root

charts/workflow-e2e/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org: "deisci"
22
docker_tag: "canary"
33
pull_policy: "Always"
4-
pod_name: "workflow-dev-e2e"
4+
pod_name: "workflow-e2e"
55
ginko_nodes: 15
66
cli_version: "latest"
77
test: "e2e"

0 commit comments

Comments
 (0)