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,15 @@
|
||||
{{- if .Values.extraSecrets.create -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: matomo-extra-secrets
|
||||
namespace: {{.Values.namespace}}
|
||||
data:
|
||||
{{- if and .Values.extraSecrets.create .Values.extraSecrets.data }}
|
||||
{{- range $index, $content := .Values.extraSecrets.data }}
|
||||
{{ $index }}: |-
|
||||
{{ $content | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user