From 8dd363598d7945cb14c09f8db31030ecfa4a67d7 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 27 Jul 2021 14:54:17 +0300 Subject: [PATCH] Copy example into readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 36dacca..60b7c29 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,16 @@ This is a Container Storage Interface ([CSI](https://github.com/container-storag apiVersion: v1 kind: Secret metadata: - namespace: kube-system name: csi-s3-secret # Namespace depends on the configuration in the storageclass.yaml namespace: kube-system stringData: accessKeyID: - secretAccessKey: - # For AWS set it to "https://s3..amazonaws.com" - endpoint: - # If not on S3, set it to "" - region: + secretAccessKey: + # For AWS set it to "https://s3..amazonaws.com", for example https://s3.eu-central-1.amazonaws.com + endpoint: https://storage.yandexcloud.net + # For AWS set it to AWS region + #region: "" ``` The region can be empty if you are using some other S3 compatible storage.