helm-charts/charts/gotify/templates/config.tpl
Jonas Forsberg ea0d92d722 .
2024-11-10 09:35:14 +01:00

11 lines
242 B
Smarty

apiVersion: v1
kind: Secret
metadata:
name: gotify-config
namespace: {{ .Values.namespace | default "default" }}
labels:
{{- include "lib.labels" . | nindent 4}}
type: Opauge
data:
config.yml: {{ toYaml .Values.gotify | b64enc }}