Skip to content

Commit

Permalink
Merge pull request #49 from sparkfabrik/feature/fix-registry-enabled
Browse files Browse the repository at this point in the history
refs #000: Fix registry enabled values
  • Loading branch information
paolomainardi authored Jul 3, 2023
2 parents 51affdf + f4c8c53 commit 618b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ global:
## If we do not set the legacy bucket name here, the registry is not included
## in the Gitlab backup archive.
registry:
enabled: ${ENABLE_REGISTRY}
bucket: ${REGISTRY_BCKT}

## https://docs.gitlab.com/charts/installation/deployment#outgoing-email
Expand Down Expand Up @@ -193,7 +194,6 @@ postgresql:
## https://docs.gitlab.com/charts/architecture/decisions#registry
## https://docs.gitlab.com/charts/charts/registry/
registry:
enabled: ${ENABLE_REGISTRY}
hpa:
minReplicas: ${HPA_MIN_REPLICAS_REGISTRY}
maxReplicas: ${HPA_MAX_REPLICAS_REGISTRY}
Expand Down

0 comments on commit 618b80a

Please sign in to comment.