Skip to content

Commit

Permalink
fix: 環境変数名をsecretにするべきところでkeyにしていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Nov 18, 2023
1 parent bab967e commit dd6e676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
secretKeyRef:
name: mcserver--common--config-secrets
key: MINIO_DEBUG_ACCESS_KEY
- name: MINIO_ACCESS_KEY
- name: MINIO_ACCESS_SECRET
valueFrom:
secretKeyRef:
name: mcserver--common--config-secrets
Expand Down

0 comments on commit dd6e676

Please sign in to comment.