Deploy to kube-system by default
This commit is contained in:
parent
4aa27ddcdf
commit
386e5e3181
4 changed files with 8 additions and 3 deletions
deploy/kubernetes
11
deploy/kubernetes/secret.yaml.sample
Normal file
11
deploy/kubernetes/secret.yaml.sample
Normal file
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: csi-s3-secret
|
||||
stringData:
|
||||
accessKeyID: <YOUR_ACCESS_KEY_ID>
|
||||
secretAccessKey: <YOUR_SECRET_ACCES_KEY>
|
||||
# For AWS set it to "https://s3.<region>.amazonaws.com"
|
||||
endpoint: https://s3.eu-central-1.amazonaws.com
|
||||
# If not on S3, set it to ""
|
||||
region: <S3_REGION>
|
Loading…
Add table
Add a link
Reference in a new issue