Skip to content

Commit

Permalink
fix: handle registry caBundle as a multiline string
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <sam@braingu.com>
  • Loading branch information
AbrohamLincoln committed Mar 14, 2024
1 parent 1ec8849 commit 58e46a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/zarf-registry/registry-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ autoscaling:
maxReplicas: "###ZARF_VAR_REGISTRY_HPA_MAX###"
targetCPUUtilizationPercentage: 80

caBundle: ###ZARF_VAR_REGISTRY_CA_BUNDLE###
caBundle: |
###ZARF_VAR_REGISTRY_CA_BUNDLE###
extraEnvVars:
###ZARF_VAR_REGISTRY_EXTRA_ENVS###

0 comments on commit 58e46a0

Please sign in to comment.