Skip to content

Commit 02a92d9

Browse files
committed
Tidy up.
1 parent dd2236b commit 02a92d9

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
@@ -33,7 +33,7 @@ spec:
3333
- name: BUILD_ARGS
3434
description: Array of --build-arg values ("arg=value" strings)
3535
type: array
36-
default: [ ]
36+
default: []
3737
- name: BUILD_ARGS_FILE
3838
description: Path to a file with build arguments, see https://www.mankier.com/1/buildah-build#--build-arg-file
3939
type: string
@@ -76,7 +76,7 @@ spec:
7676
description: Additional key=value labels that should be applied to the
7777
image
7878
type: array
79-
default: [ ]
79+
default: []
8080
- name: PREFETCH_INPUT
8181
description: In case it is not empty, the prefetched content should
8282
be made available to the build.
@@ -189,7 +189,7 @@ spec:
189189
optional: true
190190
secretName: $(params.ENTITLEMENT_SECRET)
191191
- name: shared
192-
emptyDir: { }
192+
emptyDir: {}
193193
- name: trusted-ca
194194
configMap:
195195
items:
@@ -198,9 +198,9 @@ spec:
198198
name: $(params.caTrustConfigMapName)
199199
optional: true
200200
- name: varlibcontainers
201-
emptyDir: { }
201+
emptyDir: {}
202202
- name: workdir
203-
emptyDir: { }
203+
emptyDir: {}
204204
stepTemplate:
205205
env:
206206
- name: ACTIVATION_KEY

domain-proxy/pkg/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
HttpPort = 80
1818
HttpsPort = 443
1919
ProxyTargetWhitelistKey = "PROXY_TARGET_WHITELIST"
20-
DefaultProxyTargetWhitelist = "gariscus.com,neverssl.com,repo1.maven.org,repo.maven.apache.org,repository.jboss.org,packages.confluent.io,jitpack.io,repo.gradle.org,plugins.gradle.org"
20+
DefaultProxyTargetWhitelist = "repo1.maven.org,repo.maven.apache.org,repository.jboss.org,packages.confluent.io,jitpack.io,repo.gradle.org,plugins.gradle.org"
2121
InternalNonProxyHostsKey = "INTERNAL_NON_PROXY_HOSTS"
2222
DefaultInternalNonProxyHosts = "localhost"
2323
DomainSocketToHttp = "Domain Socket <-> HTTP"

0 commit comments

Comments
 (0)