backend redesign
This commit is contained in:
8
deploy/k8s/dev/secrets/minio-secret.yaml.example
Normal file
8
deploy/k8s/dev/secrets/minio-secret.yaml.example
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: minio-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
root-user: "minio"
|
||||
root-password: "minio123"
|
||||
Reference in New Issue
Block a user