mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-08-02 05:21:53 +00:00
29 lines
640 B
YAML
29 lines
640 B
YAML
# Various names used through example
|
|
scExistingFilesystemName: zfssa-fs-existing-sc
|
|
pvExistingFilesystemName: OVERRIDE
|
|
pvcExistingFilesystemName: zfssa-fs-existing-pvc
|
|
podExistingFilesystemName: zfssa-fs-existing-pod
|
|
applianceName: OVERRIDE
|
|
|
|
# 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
|
|
|
|
# Settings for volume
|
|
volMountPoint: OVERRIDE
|
|
volSize: OVERRIDE
|