Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: registry bucket secret (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel authored Nov 30, 2023
1 parent da2ece9 commit b9f2975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlab-flux-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ application:
pages:
name: pages.###ZARF_VAR_DOMAIN###
registry:
bucket: uds-gitlab-registry###ZARF_VAR_BUCKET_SUFFIX###
# Registry bucket is defined in the storage secret
relativeurls: true
pages:
enabled: ###ZARF_VAR_GITLAB_PAGES_ENABLED###
Expand Down
2 changes: 1 addition & 1 deletion utils/pkg-deps/gitlab/minio/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stringData:
path_style: true
registry: |-
s3:
bucket: gitlab-registry
bucket: uds-gitlab-registry
accesskey: ###ZARF_VAR_ACCESS_KEY###
secretkey: ###ZARF_VAR_SECRET_KEY###
regionendpoint: "http://minio.gitlab-minio.svc.cluster.local:9000"
Expand Down

0 comments on commit b9f2975

Please sign in to comment.