Skip to content

Commit

Permalink
disable registry storage redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Jan 3, 2024
1 parent 044d729 commit 5fb491b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ kustomizations: helm: manifest: {
global: storageClass: dcsi.localHostpath
}
registry: {
storage: secret: kustomizations["$default"].manifest.registrySecret.metadata.name
storage: {
secret: kustomizations["$default"].manifest.registrySecret.metadata.name
redirect: disable: true
}
database: {
enabled: true
host: registryDbRw
Expand Down

0 comments on commit 5fb491b

Please sign in to comment.