Skip to content

Commit

Permalink
Rename template name
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed May 7, 2019
1 parent a34911b commit 8b1ad65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/argo/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ spec:
templates:
- name: steps
steps:
- - name: init
template: init
- - name: build-image
template: build-image
- - name: job
template: job
- name: init
- name: build-image
initContainers:
- name: init
image: "{{workflow.parameters.image-prefix}}git-ghost-cli:{{workflow.parameters.image-tag}}"
Expand Down

0 comments on commit 8b1ad65

Please sign in to comment.