From 6fc0f7e3877e24127c3863fbc1c82edc6f2762ff Mon Sep 17 00:00:00 2001 From: Toby Yan <me@tobyan.com> Date: Fri, 5 Feb 2021 11:55:35 +0800 Subject: [PATCH] feat: make secret yaml created at namespace: kube-system by default Signed-off-by: Toby Yan <me@tobyan.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80add03..2639887 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This is still very experimental and should not be used in any production environ apiVersion: v1 kind: Secret metadata: + namespace: kube-system name: csi-s3-secret stringData: accessKeyID: <YOUR_ACCESS_KEY_ID>