2018-07-14 08:48:22 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: csi-s3-secret
|
|
|
|
stringData:
|
|
|
|
accessKeyID: <YOUR_ACCESS_KEY_ID>
|
|
|
|
secretAccessKey: <YOUR_SECRET_ACCES_KEY>
|
|
|
|
endpoint: <S3_ENDPOINT_URL>
|
|
|
|
# If not on S3, just set it to ""
|
|
|
|
region: <S3_REGION>
|
2018-07-16 20:27:45 +00:00
|
|
|
# Currently only for s3ql
|
|
|
|
# encryptionKey: <FS encryption key>
|