helm-charts/charts/gotify/templates/config.tpl

11 lines
242 B
Smarty
Raw Normal View History

2024-11-10 08:35:14 +00:00
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 }}