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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user