mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-07-31 04:50:11 +00:00
27 lines
541 B
YAML
27 lines
541 B
YAML
# Various names used through example
|
|
scNfsName: zfssa-nfs-exp-example-sc
|
|
pvcNfsName: zfssa-nfs-exp-example-pvc
|
|
podNfsName: zfssa-nfs-exp-example-pod
|
|
|
|
# Location for images used
|
|
imageBase: container-registry.oracle.com/os/
|
|
images:
|
|
os:
|
|
name: oraclelinux
|
|
tag: "7-slim"
|
|
|
|
# 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
|