Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Oct 16, 2023
1 parent 3839052 commit 58d7613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/phrasea/templates/expose/client-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ data:
DISABLE_INDEX_PAGE: {{ ternary "true" "false" .client.disableIndexPage | quote }}
{{- include "app.client.configMap" $ | indent 2 }}
{{- if .matomo.enabled }}
MATOMO_BASE_URL: {{ required "Missing matomo.baseUrl" .zippy.baseUrl | quote }}
MATOMO_SITE_ID: {{ required "Missing matomo.siteId" .zippy.siteId | quote }}
MATOMO_BASE_URL: {{ required "Missing matomo.baseUrl" .matomo.baseUrl | quote }}
MATOMO_SITE_ID: {{ required "Missing matomo.siteId" .matomo.siteId | quote }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 58d7613

Please sign in to comment.