Skip to content

Commit

Permalink
fix: correctly set umami runtime env
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 23, 2024
1 parent 0c12866 commit b82f117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/secret-hangar-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ stringData:
#NITRO_CLUSTER_WORKERS: "4"
SENTRY_ENV: "{{ .Values.backend.config.sentry.environment }}"
NUXT_PUBLIC_TURNSTILE_SITE_KEY: "{{ .Values.frontend.config.turnstileSiteKey }}"
UMAMI_WEBSITE_ID: "{{ .Values.frontend.config.umamiWebsiteId }}"
NUXT_PUBLIC_UMAMI_WEBSITE_ID: "{{ .Values.frontend.config.umamiWebsiteId }}"

0 comments on commit b82f117

Please sign in to comment.