11 lines
242 B
Smarty
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 }}
|