We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478447 commit 73e938bCopy full SHA for 73e938b
deploy/tasks/buildah-oci-ta.yaml
@@ -183,6 +183,10 @@ spec:
183
description: Comma separated list of target hosts that bypass the proxy used internally by the domain proxy.
184
type: string
185
default: ""
186
+ - name: SERVER_HTTP_PORT
187
+ description: The HTTP port to use for the domain proxy.
188
+ type: string
189
+ default: 8080
190
results:
191
- name: IMAGE_DIGEST
192
description: Digest of the image just built
@@ -292,6 +296,8 @@ spec:
292
296
value: $(params.INTERNAL_PROXY_PASSWORD)
293
297
- name: INTERNAL_NON_PROXY_HOSTS
294
298
value: $(params.INTERNAL_NON_PROXY_HOSTS)
299
300
+ value: $(params.SERVER_HTTP_PORT)
295
301
volumeMounts:
302
- mountPath: /shared
303
name: shared
0 commit comments