me own pihole
This commit is contained in:
12
csi-s3/storage-csi-s3/deploy/kubernetes/secret.yaml.sample
Normal file
12
csi-s3/storage-csi-s3/deploy/kubernetes/secret.yaml.sample
Normal file
@@ -0,0 +1,12 @@
|
||||
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: ""
|
||||
Reference in New Issue
Block a user