Quoted bools, removed quota

This commit is contained in:
2023-03-19 20:20:41 +00:00
parent e8095a7674
commit 9f91f4efe5
17 changed files with 48 additions and 308 deletions

View File

@@ -7,9 +7,9 @@ metadata:
spec:
secretName: {{ include "..fullname" . }}-db-auth
instance: {{ .Values.global.dbInstance | default "kincaid" }}
deletionProtected: true
deletionProtected: yes
backup:
enable: false
enable: No
cron: "0 0 * * *"
secretsTemplates:
PMA_HOST:{{` "{{ .DatabaseHost }}" `}}