infra4talos/apps-helm/ntfy/templates/configmap.yaml

9 lines
187 B
YAML

{{- $fullName := include "ntfy.fullname" . -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ $fullName }}-config
data:
server.yml: |
{{ .Values.ntfy.config | toYaml | indent 4 }}