Skip to content

Commit ba9e001

Browse files
committed
fix: pass volume name
1 parent 7a2dda8 commit ba9e001

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

k8s/welearn-datastack/templates/backups/workflow-template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
{{- include "common.security.podSecurityContext.restricted" dict | nindent 4 }}
1212
volumeClaimTemplates:
1313
- metadata:
14-
name: workdir
14+
name: tmp
1515
spec:
1616
accessModes: [ "ReadWriteOnce" ]
1717
storageClassName: {{ .workflowTemplate.postgresqlBackup.storageClassName }}
@@ -34,6 +34,8 @@ spec:
3434
value: {{ printf "%s-%s" $.Values.common.environment $.Values.common.config.nonSensitive.PG_DATABASE | replace "_" "-" }}
3535
- name: storage_account_name
3636
value: {{ .storageAccountName }}
37+
- name : volume_name
38+
value: tmp
3739
---
3840
{{- if and (.cronWorkflowTemplate.postgresqlBackup.enabled) ($.Values.cronWorkflows.enabled) }}
3941
apiVersion: argoproj.io/v1alpha1

0 commit comments

Comments
 (0)