1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-21 13:03:15 +00:00

Add Google Analytics integration

This commit is contained in:
2025-07-04 16:20:12 +02:00
parent ea7abc62b0
commit d0cba14af8
6 changed files with 35 additions and 15 deletions
@@ -30,6 +30,10 @@ spec:
name: {{ .Values.firebase.secretName }}
key: {{ .Values.firebase.configKey }}
{{- end }}
{{- if .Values.frontend.googleAnalyticsId }}
- name: VITE_GA_ID
value: {{ .Values.frontend.googleAnalyticsId | quote }}
{{- end }}
{{- if .Values.adsTxt }}
volumeMounts:
- name: ads