13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: csi-s3-secret
|
|
# needs to be in ALL namespaces
|
|
namespace: kube-system
|
|
stringData:
|
|
accessKeyID: minio
|
|
secretAccessKey: minio2020
|
|
endpoint: http://ebin02:9000
|
|
# If not on S3, set it to ""
|
|
region: ""
|