k8s-csi-s3/deploy/kubernetes/examples/secret.yaml

13 lines
402 B
YAML
Raw Normal View History

2018-07-14 10:48:22 +02:00
apiVersion: v1
kind: Secret
metadata:
namespace: kube-system
2018-07-14 10:48:22 +02:00
name: csi-s3-secret
stringData:
2023-03-31 23:20:49 +02:00
accessKeyID: AKIA9BBFD8B80EDE95981AE0C110BEZ10
secretAccessKey: 2djRg7pgU35oxWgwiM2CVD8fmTMwcX7HTOmq5ptW
2021-07-27 13:21:18 +03:00
# For AWS set it to "https://s3.<region>.amazonaws.com", for example https://s3.eu-central-1.amazonaws.com
2023-03-31 23:20:49 +02:00
endpoint: https://ds11s3.swisscom.com
2021-07-27 13:21:18 +03:00
# For AWS set it to AWS region
#region: ""