Adjust manifests for local development
This commit is contained in:
parent
aed57e8440
commit
d6ce51c169
4 changed files with 6 additions and 8 deletions
deploy/kubernetes/examples
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue