Skip to content

Commit 0f45254

Browse files
committed
fix(release): Enable redirect disabling in release.yaml for improved configuration control
1 parent df1edcd commit 0f45254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/clusters/feathre-core/base-apps/harbor/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
# Refer to
195195
# https://github.com/distribution/distribution/blob/release/2.8/docs/configuration.md#redirect
196196
# for the detail.
197-
disableredirect: false
197+
disableredirect: true
198198
# Specify the "caBundleSecretName" if the storage service uses a self-signed certificate.
199199
# The secret must contain keys named "ca.crt" which will be injected into the trust store
200200
# of registry's containers.

0 commit comments

Comments
 (0)