68 lines
1.3 KiB
YAML
68 lines
1.3 KiB
YAML
|
# Default values for nutanix-csi-storage.
|
||
|
# This is a YAML-formatted file.
|
||
|
# Declare variables to be passed into your templates.
|
||
|
|
||
|
# parameters
|
||
|
|
||
|
# Legacy mode
|
||
|
#
|
||
|
# if legacy set to true we keep the old reverse domain notation for CSI driver name (com.nutanix.csi).
|
||
|
# need to be set to true only if upgrade and initialy installed with helm package before 2.2.x
|
||
|
legacy: false
|
||
|
|
||
|
# OS settings
|
||
|
#
|
||
|
# Starting v2.3.1 CSI driver is OS independent, this value is deprecated
|
||
|
os: none
|
||
|
|
||
|
|
||
|
# Storage Class settings
|
||
|
#
|
||
|
# choose for wich mode (Volume, File, Dynamic File) storageclass need to be created
|
||
|
volumeClass: true
|
||
|
fileClass: false
|
||
|
dynamicFileClass: false
|
||
|
|
||
|
|
||
|
# Default Storage Class settings
|
||
|
#
|
||
|
# Decide wich storageclass will be the default
|
||
|
# value are: node, volume, file, dynfile
|
||
|
defaultStorageClass: none
|
||
|
|
||
|
# Nutanix Prism Elements settings
|
||
|
#
|
||
|
# Allow dynamic creation of Volumes and Fileshare
|
||
|
# needed if volumeClass or dynamicFileClass is set to true
|
||
|
|
||
|
prismEndPoint: 10.0.0.1
|
||
|
|
||
|
username: admin
|
||
|
password: nutanix/4u
|
||
|
|
||
|
secretName: ntnx-secret
|
||
|
|
||
|
# Nutanix Prism Elements Existing Secret
|
||
|
#
|
||
|
# if set to false a new secret will not be created
|
||
|
createSecret: true
|
||
|
|
||
|
|
||
|
# Volumes Settings
|
||
|
#
|
||
|
dataServiceEndPoint: 10.0.0.2
|
||
|
storageContainer: default
|
||
|
fsType: xfs
|
||
|
|
||
|
lvmVolume: false
|
||
|
lvmDisks: 4
|
||
|
|
||
|
# Files Settings
|
||
|
#
|
||
|
fileHost: 10.0.0.3
|
||
|
filePath: share
|
||
|
|
||
|
# Dynamic Files Settings
|
||
|
#
|
||
|
fileServerName: file
|