Skip to content

Commit

Permalink
use stringData for secret
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Feb 4, 2021
1 parent 60ad87b commit d538416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service-dependencies/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ kind: Secret
metadata:
name: minio
type: Opaque
data:
MINIO_ACCESS_KEY: bWluaW8xMjM= # minio123
MINIO_SECRET_KEY: bWluaW80NTY= # minio456
stringData:
MINIO_ACCESS_KEY: minio123
MINIO_SECRET_KEY: minio456
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit d538416

Please sign in to comment.