We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0195aeb commit 6f3b8c5Copy full SHA for 6f3b8c5
2 files changed
chart/infra-server/static/workflow-aks.yaml
@@ -128,3 +128,9 @@ spec:
128
secretKeyRef:
129
name: azure-secrets
130
key: AZURE_SP_TENANT
131
+ volumeMounts:
132
+ - name: data
133
+ mountPath: /data
134
+ volumes:
135
136
+ emptyDir: {}
chart/infra-server/static/workflow-eks.yaml
@@ -108,3 +108,9 @@ spec:
108
109
name: aws-access-secrets
110
key: AWS_SECRET_ACCESS_KEY
111
112
113
114
115
116
0 commit comments