Skip to content

Commit 4afe1a4

Browse files
authored
Rename whitelist to allowlist.
1 parent d0c2001 commit 4afe1a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/pipeline/mw-pipeline-v0.1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
type: string
4040
- name: caTrustConfigMapName
4141
type: string
42-
- name: DOMAIN_PROXY_TARGET_WHITELIST
42+
- name: DOMAIN_PROXY_TARGET_ALLOWLIST
4343
type: string
4444
default: "localhost,gateway.indy.corp.stage.redhat.com,cdn-ubi.redhat.com,repo1.maven.org,repo.scala-sbt.org,scala.jfrog.io,repo.typesafe.com,jfrog-prod-usw2-shared-oregon-main.s3.amazonaws.com"
4545
- name: DOMAIN_PROXY_ENABLE_INTERNAL_PROXY
@@ -165,8 +165,8 @@ spec:
165165
value: "true"
166166
- name: ENABLE_DOMAIN_PROXY
167167
value: "true"
168-
- name: DOMAIN_PROXY_TARGET_WHITELIST
169-
value: $(params.DOMAIN_PROXY_TARGET_WHITELIST)
168+
- name: DOMAIN_PROXY_TARGET_ALLOWLIST
169+
value: $(params.DOMAIN_PROXY_TARGET_ALLOWLIST)
170170
- name: DOMAIN_PROXY_ENABLE_INTERNAL_PROXY
171171
value: $(params.DOMAIN_PROXY_ENABLE_INTERNAL_PROXY)
172172
- name: DOMAIN_PROXY_INTERNAL_PROXY_HOST

0 commit comments

Comments
 (0)