This commit is contained in:
Jonas Forsberg
2024-11-10 09:35:14 +01:00
parent 1ee08107f5
commit ea0d92d722
18 changed files with 272 additions and 0 deletions

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