mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-07-31 04:50:11 +00:00
28 lines
533 B
YAML
28 lines
533 B
YAML
# Various names used through example
|
|
scNfsMultiName: zfssa-nfs-multi-example-sc
|
|
pvc0: ssec0
|
|
pvc1: ssec1
|
|
pvc2: ssec2
|
|
pvc3: ssg
|
|
pvc4: ssp-many
|
|
podNfsMultiName: zfssa-nfs-multi-example-pod
|
|
namespace: zfssa-nfs-multi
|
|
|
|
# Settings for target appliance
|
|
appliance:
|
|
volumeType: thin
|
|
targetGroup: OVERRIDE
|
|
pool: OVERRIDE
|
|
project: OVERRIDE
|
|
targetPortal: OVERRIDE
|
|
nfsServer: OVERRIDE
|
|
rootUser: root
|
|
rootGroup: other
|
|
shareNFS: "on"
|
|
|
|
# Settings for volume
|
|
volSize: OVERRIDE
|
|
|
|
# Deploy a pod to consume the volumes
|
|
deployPod: true
|