Skip to content

Commit

Permalink
fix minio deployment (grafana#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank Agarwal authored Sep 22, 2021
1 parent 5ad1ead commit dd52463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/overlays/development/minio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- -c
- |
mkdir -p /storage/loki && \
/usr/bin/minio server /storage
minio server /storage
env:
- name: MINIO_ACCESS_KEY
value: minio
Expand Down

0 comments on commit dd52463

Please sign in to comment.