Skip to content

Commit 60e058e

Browse files
committed
Rename PROXY_URL to CACHE_URL for testing.
1 parent 5a4d5a9 commit 60e058e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ spec:
146146
- name: PROXY_TARGET_WHITELIST
147147
description: Comma separated whitelist of target hosts for the domain proxy.
148148
type: string
149-
- name: PROXY_URL
150-
description: Proxy URL.
149+
- name: CACHE_URL
150+
description: Cache URL.
151151
type: string
152152
results:
153153
- name: IMAGE_DIGEST
@@ -240,8 +240,8 @@ spec:
240240
value: $(params.BYTE_BUFFER_SIZE)
241241
- name: PROXY_TARGET_WHITELIST
242242
value: $(params.PROXY_TARGET_WHITELIST)
243-
- name: PROXY_URL
244-
value: $(params.PROXY_URL)
243+
- name: CACHE_URL
244+
value: $(params.CACHE_URL)
245245
volumeMounts:
246246
- mountPath: /shared
247247
name: shared
@@ -398,7 +398,7 @@ spec:
398398
echo ${DOMAIN_PROXY_ARGS[@]} # TODO remove
399399
/app/domain-proxy-server-runner &
400400
server_pid=$!
401-
ping ${PROXY_URL}
401+
ping ${CACHE_URL}
402402
fi
403403
fi
404404

pkg/reconciler/dependencybuild/buildrecipeyaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
560560
},
561561
},
562562
{
563-
Name: "PROXY_URL",
563+
Name: "CACHE_URL",
564564
Value: tektonpipeline.ParamValue{
565565
Type: tektonpipeline.ParamTypeString,
566566
StringVal: whitelistUrl.Host,

0 commit comments

Comments
 (0)