Skip to content

Commit

Permalink
Update workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfsen authored Nov 6, 2020
1 parent b517fbf commit bc828fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- name: download-object-store-template
script:
image: minio/mc:RELEASE.2020-04-17T08-55-48Z
image: minio/{{ .Values.minio.minioclient.image }}
env:
- name: MINIO_SERVER_ACCESS_KEY
valueFrom:
Expand Down Expand Up @@ -137,7 +137,7 @@ spec:
- name: upload-object-store-template
script:
image: minio/mc:RELEASE.2020-04-17T08-55-48Z
image: minio/{{ .Values.minio.minioclient.image }}
volumeMounts:
- name: "{{ .Values.pvc.name }}"
mountPath: /assets
Expand Down

0 comments on commit bc828fb

Please sign in to comment.