First commit
This commit is contained in:
9
manifest/04-minio/secret.yml.example
Normal file
9
manifest/04-minio/secret.yml.example
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: minio-secret
|
||||
namespace: minio
|
||||
type: Opaque
|
||||
stringData:
|
||||
user: EXAMPLE
|
||||
pass: EXAMPLE
|
||||
Reference in New Issue
Block a user