Skip to content

Commit

Permalink
Merge pull request #2232 from GiganticMinecraft/fix_commands
Browse files Browse the repository at this point in the history
fix env name
  • Loading branch information
outductor authored Sep 15, 2024
2 parents b16b9e9 + cf8fadd commit a8b663c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ spec:
container:
image: minio/mc:latest
env:
- name: minio-access-key
- name: MINIO_ACCESS_KEY
valueFrom:
secretKeyRef:
name: minio-access-secret
key: MINIO_ACCESS_KEY
- name: minio-access-secret
- name: MINIO_ACCESS_SECRET
valueFrom:
secretKeyRef:
name: minio-access-secret
Expand Down

0 comments on commit a8b663c

Please sign in to comment.