Change example endpoint to Yandex S3
This commit is contained in:
parent
128b9d7738
commit
72652c0277
1 changed files with 6 additions and 6 deletions
|
@ -4,9 +4,9 @@ metadata:
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
name: csi-s3-secret
|
name: csi-s3-secret
|
||||||
stringData:
|
stringData:
|
||||||
accessKeyID: <YOUR_ACCESS_KEY_ID>
|
accessKeyID: YOUR_ACCESS_KEY_ID
|
||||||
secretAccessKey: <YOUR_SECRET_ACCES_KEY>
|
secretAccessKey: YOUR_SECRET_ACCESS_KEY
|
||||||
# For AWS set it to "https://s3.<region>.amazonaws.com"
|
# For AWS set it to "https://s3.<region>.amazonaws.com", for example https://s3.eu-central-1.amazonaws.com
|
||||||
endpoint: https://s3.eu-central-1.amazonaws.com
|
endpoint: https://storage.yandexcloud.net
|
||||||
# If not on S3, set it to ""
|
# For AWS set it to AWS region
|
||||||
region: <S3_REGION>
|
#region: ""
|
||||||
|
|
Loading…
Reference in a new issue