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