feat: make secret yaml created at namespace: kube-system by default
Signed-off-by: Toby Yan <me@tobyan.com>
This commit is contained in:
parent
8d4b3caf9c
commit
ae1ce873dc
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ This is still very experimental and should not be used in any production environ
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
namespace: kube-system
|
||||||
name: csi-s3-secret
|
name: csi-s3-secret
|
||||||
stringData:
|
stringData:
|
||||||
accessKeyID: <YOUR_ACCESS_KEY_ID>
|
accessKeyID: <YOUR_ACCESS_KEY_ID>
|
||||||
|
|
Loading…
Reference in a new issue