feat: Add Matomo Chart for analytics
Also adds the Digitalist Chart as Backup in case the bitnami one stops working.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{ if .Values.extraConfigMaps.create -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: matomo-additional-config-maps
|
||||
namespace: {{.Values.namespace}}
|
||||
data:
|
||||
{{- if and .Values.extraConfigMaps.create .Values.extraConfigMaps.data }}
|
||||
{{- range $index, $content := .Values.extraConfigMaps.data }}
|
||||
{{ $index }}: |-
|
||||
{{ $content | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user