Skip to content

Commit 6f3b8c5

Browse files
authored
fix(eks, aks): add missing workflow data volume (#1563)
1 parent 0195aeb commit 6f3b8c5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

chart/infra-server/static/workflow-aks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,9 @@ spec:
128128
secretKeyRef:
129129
name: azure-secrets
130130
key: AZURE_SP_TENANT
131+
volumeMounts:
132+
- name: data
133+
mountPath: /data
134+
volumes:
135+
- name: data
136+
emptyDir: {}

chart/infra-server/static/workflow-eks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ spec:
108108
secretKeyRef:
109109
name: aws-access-secrets
110110
key: AWS_SECRET_ACCESS_KEY
111+
volumeMounts:
112+
- name: data
113+
mountPath: /data
114+
volumes:
115+
- name: data
116+
emptyDir: {}

0 commit comments

Comments
 (0)