We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2dda8 commit ba9e001Copy full SHA for ba9e001
k8s/welearn-datastack/templates/backups/workflow-template.yaml
@@ -11,7 +11,7 @@ spec:
11
{{- include "common.security.podSecurityContext.restricted" dict | nindent 4 }}
12
volumeClaimTemplates:
13
- metadata:
14
- name: workdir
+ name: tmp
15
spec:
16
accessModes: [ "ReadWriteOnce" ]
17
storageClassName: {{ .workflowTemplate.postgresqlBackup.storageClassName }}
@@ -34,6 +34,8 @@ spec:
34
value: {{ printf "%s-%s" $.Values.common.environment $.Values.common.config.nonSensitive.PG_DATABASE | replace "_" "-" }}
35
- name: storage_account_name
36
value: {{ .storageAccountName }}
37
+ - name : volume_name
38
+ value: tmp
39
---
40
{{- if and (.cronWorkflowTemplate.postgresqlBackup.enabled) ($.Values.cronWorkflows.enabled) }}
41
apiVersion: argoproj.io/v1alpha1
0 commit comments