Skip to content

Commit 7f18f4d

Browse files
committed
#707 backup volume mount removed
1 parent 36791b2 commit 7f18f4d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

deployment-configuration/helm/templates/auto-database.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ spec:
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
@@ -92,11 +87,6 @@ spec:
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") . }}

0 commit comments

Comments
 (0)