Skip to content

Commit

Permalink
MINIO_SERVER_ACCESS_SECRET
Browse files Browse the repository at this point in the history
It requires MINIO_SERVER_ACCESS_SECRET for SECRETKey
  • Loading branch information
omerfsen authored Nov 6, 2020
1 parent 24466a1 commit c6fc58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
mountPath: /assets
command: [sh]
source: |
mc config host add minio-local $MINIO_SERVER_HOST $MINIO_SERVER_ACCESS_KEY $MINIO_SERVER_ACCESS_KEY --api S3v4
mc config host add minio-local $MINIO_SERVER_HOST $MINIO_SERVER_ACCESS_KEY $MINIO_SERVER_ACCESS_SECRET --api S3v4
mc cp minio-local/{{ .Values.minio.inputDataPath }} /assets/input-data.txt
- name: process-batch-inputs-template
Expand Down

0 comments on commit c6fc58a

Please sign in to comment.