Skip to content

Commit

Permalink
Merge pull request #333 from kmala/charts
Browse files Browse the repository at this point in the history
fix(charts): Use a fixed name for the e2e pod
  • Loading branch information
kmala authored Oct 16, 2016
2 parents ded1196 + a98b184 commit 639c79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/workflow-e2e/templates/workflow-e2e-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: TEST
value: "{{.Values.test}}"
- name: DEBUG_MODE
value: {{.Values.debug_mode}}
value: "{{.Values.debug_mode}}"
volumeMounts:
- name: artifact-volume
mountPath: /root
Expand Down
2 changes: 1 addition & 1 deletion charts/workflow-e2e/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org: "deisci"
docker_tag: "canary"
pull_policy: "Always"
pod_name: "workflow-dev-e2e"
pod_name: "workflow-e2e"
ginko_nodes: 15
cli_version: "latest"
test: "e2e"
Expand Down

0 comments on commit 639c79d

Please sign in to comment.