rancher-partner-charts/charts/nutanix/nutanix-csi-snapshot/values.yaml

38 lines
893 B
YAML

# Default values for nutanix-csi-snapshot.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Global Settings for all pods
nodeSelector: {}
tolerations: []
imagePullPolicy: IfNotPresent
tag:
rel3: v3.0.3
rel60: v6.3.2
controller:
replicas: 2
image: registry.k8s.io/sig-storage/snapshot-controller
nodeSelector: {}
tolerations: []
validationWebHook:
replicas: 2
timeout: 2
failurePolicy: Fail
image: registry.k8s.io/sig-storage/snapshot-validation-webhook
nodeSelector: {}
tolerations: []
tls:
# Where to get the cert for the webhook. - "generate, secret"
source: generate
# Allow to renew self-signed generated certificate
renew: false
# Name of the secret where certificate are stored
secretName: "csi-snapshot-validation-webhook-cert"
# Validity of certificate when generated by Helm
validityDuration: 3650