Adjust manifests for local development

This commit is contained in:
Vitaliy Filippov 2021-07-19 15:59:56 +03:00
parent aed57e8440
commit d6ce51c169
4 changed files with 6 additions and 8 deletions
deploy/kubernetes/examples

View file

@ -8,7 +8,7 @@ spec:
- name: csi-s3-test-nginx
image: nginx
volumeMounts:
- mountPath: /var/lib/www/html
- mountPath: /usr/share/nginx/html/s3
name: webroot
volumes:
- name: webroot

View file

@ -5,9 +5,7 @@ metadata:
name: csi-s3
provisioner: ch.ctrox.csi.s3-driver
parameters:
# specify which mounter to use
# can be set to rclone, s3fs, goofys or s3backer
mounter: rclone
mounter: goofys
# to use an existing bucket, specify it here:
# bucket: some-existing-bucket
csi.storage.k8s.io/provisioner-secret-name: csi-s3-secret