File tree Expand file tree Collapse file tree
deployment-configuration/helm/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 volumeMounts :
7575 - name : {{ .app.harness.database.name | quote }}
7676 mountPath : /data/db
77- {{- if .root.Values.backup.active }}
78- - name : " db-backups"
79- mountPath : {{ (printf "%s/%s/%s" .root.Values.backup.dir .app.harness.database.type .app.harness.database.name) | quote }}
80- readOnly : true
81- {{- end }}
8277 {{- if eq .app.harness.database.type "postgres" }}
8378 - mountPath : /dev/shm
8479 name : dshm
9287 medium : Memory
9388 name : dshm
9489 {{- end }}
95- {{- if .root.Values.backup.active }}
96- - name : " db-backups"
97- persistentVolumeClaim :
98- claimName : " db-backups"
99- {{- end }}
10090---
10191{{- if .root.Values.backup.active }}
10292{{- include (print "deploy_utils.database." .app.harness.database.type ".backup") . }}
You can’t perform that action at this time.
0 commit comments