fix: use explicit nil YAML values
Signed-off-by: Thulio Ferraz Assis <thulio.assis@suse.com>
This commit is contained in:
parent
fe93b7ac14
commit
6741a5f003
@ -26,35 +26,35 @@ persistence:
|
|||||||
defaultClassReplicaCount: 3
|
defaultClassReplicaCount: 3
|
||||||
|
|
||||||
csi:
|
csi:
|
||||||
attacherImage:
|
attacherImage: ~
|
||||||
provisionerImage:
|
provisionerImage: ~
|
||||||
nodeDriverRegistrarImage:
|
nodeDriverRegistrarImage: ~
|
||||||
resizerImage:
|
resizerImage: ~
|
||||||
kubeletRootDir:
|
kubeletRootDir: ~
|
||||||
attacherReplicaCount:
|
attacherReplicaCount: ~
|
||||||
provisionerReplicaCount:
|
provisionerReplicaCount: ~
|
||||||
resizerReplicaCount:
|
resizerReplicaCount: ~
|
||||||
|
|
||||||
defaultSettings:
|
defaultSettings:
|
||||||
backupTarget:
|
backupTarget: ~
|
||||||
backupTargetCredentialSecret:
|
backupTargetCredentialSecret: ~
|
||||||
createDefaultDiskLabeledNodes:
|
createDefaultDiskLabeledNodes: ~
|
||||||
defaultDataPath:
|
defaultDataPath: ~
|
||||||
replicaSoftAntiAffinity:
|
replicaSoftAntiAffinity: ~
|
||||||
storageOverProvisioningPercentage:
|
storageOverProvisioningPercentage: ~
|
||||||
storageMinimalAvailablePercentage:
|
storageMinimalAvailablePercentage: ~
|
||||||
upgradeChecker:
|
upgradeChecker: ~
|
||||||
defaultReplicaCount:
|
defaultReplicaCount: ~
|
||||||
guaranteedEngineCPU:
|
guaranteedEngineCPU: ~
|
||||||
defaultLonghornStaticStorageClass:
|
defaultLonghornStaticStorageClass: ~
|
||||||
backupstorePollInterval:
|
backupstorePollInterval: ~
|
||||||
taintToleration:
|
taintToleration: ~
|
||||||
registrySecret:
|
registrySecret: ~
|
||||||
|
|
||||||
privateRegistry:
|
privateRegistry:
|
||||||
registryUrl:
|
registryUrl: ~
|
||||||
registryUser:
|
registryUser: ~
|
||||||
registryPasswd:
|
registryPasswd: ~
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
Loading…
Reference in New Issue
Block a user