|
37 | 37 | arguments: |
38 | 38 | artifacts: |
39 | 39 | - name: roxctl |
40 | | - from: "{{steps.roxctl.outputs.artifacts.roxctl}}" |
| 40 | + from: '{{ "{{" }}steps.roxctl.outputs.artifacts.roxctl{{ "}}" }}' |
41 | 41 |
|
42 | 42 | - - name: wait |
43 | 43 | template: wait |
|
49 | 49 | arguments: |
50 | 50 | artifacts: |
51 | 51 | - name: tfstate |
52 | | - from: "{{workflow.outputs.artifacts.global-tfstate}}" |
| 52 | + from: '{{ "{{" }}workflow.outputs.artifacts.global-tfstate{{ "}}" }}' |
53 | 53 | - name: tfvars |
54 | | - from: "{{workflow.outputs.artifacts.global-tfvars}}" |
| 54 | + from: '{{ "{{" }}workflow.outputs.artifacts.global-tfvars{{ "}}" }}' |
55 | 55 |
|
56 | 56 | - name: roxctl |
57 | 57 | activeDeadlineSeconds: 120 |
|
60 | 60 | - name: roxctl |
61 | 61 | path: /tmp/roxctl |
62 | 62 | container: |
63 | | - image: "{{workflow.parameters.main-image}}" |
| 63 | + image: '{{ "{{" }}workflow.parameters.main-image{{ "}}" }}' |
64 | 64 | imagePullPolicy: Always |
65 | 65 | command: |
66 | 66 | - cp |
@@ -120,22 +120,22 @@ spec: |
120 | 120 | none: {} |
121 | 121 |
|
122 | 122 | container: |
123 | | - image: quay.io/stackrox-io/ci:automation-flavors-demo-0.9.13 |
| 123 | + image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }} |
124 | 124 | imagePullPolicy: Always |
125 | 125 | command: |
126 | 126 | - /usr/bin/entrypoint |
127 | 127 | args: |
128 | 128 | - create |
129 | | - - "--name={{workflow.parameters.name}}" |
130 | | - - "--main-image={{workflow.parameters.main-image}}" |
131 | | - - "--central-db-image={{workflow.parameters.central-db-image}}" |
| 129 | + - --name={{ "{{" }}workflow.parameters.name{{ "}}" }} |
| 130 | + - --main-image={{ "{{" }}workflow.parameters.main-image{{ "}}" }} |
| 131 | + - --central-db-image={{ "{{" }}workflow.parameters.central-db-image{{ "}}" }} |
132 | 132 | - --gcp-project=acs-team-temp-dev |
133 | 133 | - --dns-gcp-project=acs-team-temp-dev |
134 | 134 | - --creation-source=infra |
135 | | - - --k8s-version={{workflow.parameters.k8s-version}} |
136 | | - - --enable-psps={{workflow.parameters.enable-psps}} |
137 | | - - --gcp-region={{workflow.parameters.gcp-region}} |
138 | | - - --gcp-zone={{workflow.parameters.gcp-zone}} |
| 135 | + - --k8s-version={{ "{{" }}workflow.parameters.k8s-version{{ "}}" }} |
| 136 | + - --enable-psps={{ "{{" }}workflow.parameters.enable-psps{{ "}}" }} |
| 137 | + - --gcp-region={{ "{{" }}workflow.parameters.gcp-region{{ "}}" }} |
| 138 | + - --gcp-zone={{ "{{" }}workflow.parameters.gcp-zone{{ "}}" }} |
139 | 139 | volumeMounts: |
140 | 140 | - name: credentials |
141 | 141 | mountPath: /tmp/google-credentials.json |
@@ -188,7 +188,7 @@ spec: |
188 | 188 | path: /data/tfvars |
189 | 189 | optional: true |
190 | 190 | container: |
191 | | - image: quay.io/stackrox-io/ci:automation-flavors-demo-0.9.13 |
| 191 | + image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }} |
192 | 192 | imagePullPolicy: Always |
193 | 193 | command: |
194 | 194 | - /usr/bin/entrypoint |
|
0 commit comments