Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Upadhya committed Oct 30, 2020
1 parent a4317e1 commit c315bbb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions templates/lol/foo/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}
6 changes: 3 additions & 3 deletions templates/lol/test/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}
6 changes: 3 additions & 3 deletions templates/qhode/foo/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}
6 changes: 3 additions & 3 deletions templates/qhode/test/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}
6 changes: 3 additions & 3 deletions templates/shippable/foo/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}
6 changes: 3 additions & 3 deletions templates/shippable/test/templateDefinition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipelines:
type: host
execution:
onExecute:
- printenv {{ Values.foo.bar }}
- printenv {{ .Values.foo.bar }}
- name: basic2
type: Bash
configuration:
Expand All @@ -18,7 +18,7 @@ pipelines:
- name: basic1
execution:
onExecute:
- printenv {{ Values.foo.baz }}
- printenv {{ .Values.foo.baz }}
- name: basic3
type: Bash
configuration:
Expand All @@ -28,4 +28,4 @@ pipelines:
- name: basic2
execution:
onExecute:
- printenv {{ Values.foo.zoo }}
- printenv {{ .Values.foo.zoo }}

0 comments on commit c315bbb

Please sign in to comment.