mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-22 05:33:16 +00:00
Add VITE_CLARITY_ID support to entrypoint.sh and Helm chart
This commit is contained in:
@@ -34,6 +34,10 @@ spec:
|
||||
- name: VITE_GA_ID
|
||||
value: {{ .Values.frontend.googleAnalyticsId | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.frontend.clarityId }}
|
||||
- name: VITE_CLARITY_ID
|
||||
value: {{ .Values.frontend.clarityId | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.adsTxt }}
|
||||
volumeMounts:
|
||||
- name: ads
|
||||
|
||||
Reference in New Issue
Block a user