.
This commit is contained in:
10
charts/gotify/templates/config.tpl
Normal file
10
charts/gotify/templates/config.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
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 }}
|
Reference in New Issue
Block a user