infra4talos/apps-helm/ntfy/templates/configmap.yaml
Martyn Ranyard 71a891f0bf Add ntfy from old setup
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2023-12-05 20:13:45 +01:00

8 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 }}