Skip to content

Commit

Permalink
chore: update bitname-values.yaml publicURL value
Browse files Browse the repository at this point in the history
The upstream chart does not template the value so we are removing the helm templating syntax
  • Loading branch information
YrrepNoj committed May 20, 2024
1 parent eddde37 commit 3b6b557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jwt:
resourcesPreset: "none"
podLabels:
sidecar.istio.io/inject: "false"
publicURL: "https://{{ .Values.leapfrogai.package.host }}.###ZARF_VAR_HOSTED_DOMAIN###"
publicURL: "https://supabase-kong.###ZARF_VAR_HOSTED_DOMAIN###"
auth:
enabled: ###ZARF_VAR_ENABLE_AUTH###
defaultConfig: |
Expand Down

0 comments on commit 3b6b557

Please sign in to comment.