Skip to content

velero values.yaml📜

openshift📜

Type: bool

Default value
false

namespace.labels📜

Type: object

Default value
{}

image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/velero/velero"

image.tag📜

Type: string

Default value
"v1.13.1"

image.pullPolicy📜

Type: string

Default value
"IfNotPresent"

image.imagePullSecrets[0]📜

Type: string

Default value
"private-registry"

nameOverride📜

Type: string

Default value
""

fullnameOverride📜

Type: string

Default value
""

annotations📜

Type: object

Default value
{}

secretAnnotations📜

Type: object

Default value
{}

labels📜

Type: object

Default value
{}

podAnnotations📜

Type: object

Default value
{}

podLabels📜

Type: object

Default value
{}

resources.server.requests.cpu📜

Type: string

Default value
"1000m"

resources.server.requests.memory📜

Type: string

Default value
"512Mi"

resources.server.limits.cpu📜

Type: string

Default value
"1000m"

resources.server.limits.memory📜

Type: string

Default value
"512Mi"

resources.upgradeJob.requests.cpu📜

Type: string

Default value
"100m"

resources.upgradeJob.requests.memory📜

Type: string

Default value
"256Mi"

resources.upgradeJob.limits.cpu📜

Type: string

Default value
"100m"

resources.upgradeJob.limits.memory📜

Type: string

Default value
"256Mi"

upgradeJobResources📜

Type: object

Default value
{}

upgradeCRDsJob.extraVolumes📜

Type: list

Default value
[]

upgradeCRDsJob.extraVolumeMounts📜

Type: list

Default value
[]

upgradeCRDsJob.extraEnvVars📜

Type: object

Default value
{}

dnsPolicy📜

Type: string

Default value
"ClusterFirst"

plugins.csi.enabled📜

Type: bool

Default value
false

plugins.csi.name📜

Type: string

Default value
"velero-plugin-for-csi"

plugins.csi.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi"

plugins.csi.image.tag📜

Type: string

Default value
"v0.7.0"

plugins.csi.container.imagePullPolicy📜

Type: string

Default value
"IfNotPresent"

plugins.csi.container.volumeMounts[0].mountPath📜

Type: string

Default value
"/target"

plugins.csi.container.volumeMounts[0].name📜

Type: string

Default value
"plugins"

plugins.csi.container.resources.requests.memory📜

Type: string

Default value
"512Mi"

plugins.csi.container.resources.requests.cpu📜

Type: string

Default value
"100m"

plugins.csi.container.resources.limits.memory📜

Type: string

Default value
"512Mi"

plugins.csi.container.resources.limits.cpu📜

Type: string

Default value
"100m"

plugins.csi.container.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

plugins.aws.enabled📜

Type: bool

Default value
false

plugins.aws.name📜

Type: string

Default value
"velero-plugin-for-aws"

plugins.aws.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws"

plugins.aws.image.tag📜

Type: string

Default value
"v1.9.1"

plugins.aws.container.imagePullPolicy📜

Type: string

Default value
"IfNotPresent"

plugins.aws.container.volumeMounts[0].mountPath📜

Type: string

Default value
"/target"

plugins.aws.container.volumeMounts[0].name📜

Type: string

Default value
"plugins"

plugins.aws.container.resources.requests.memory📜

Type: string

Default value
"512Mi"

plugins.aws.container.resources.requests.cpu📜

Type: string

Default value
"100m"

plugins.aws.container.resources.limits.memory📜

Type: string

Default value
"512Mi"

plugins.aws.container.resources.limits.cpu📜

Type: string

Default value
"100m"

plugins.aws.container.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

plugins.azure.enabled📜

Type: bool

Default value
false

plugins.azure.name📜

Type: string

Default value
"velero-plugin-for-microsoft-azure"

plugins.azure.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure"

plugins.azure.image.tag📜

Type: string

Default value
"v1.9.1"

plugins.azure.container.imagePullPolicy📜

Type: string

Default value
"IfNotPresent"

plugins.azure.container.volumeMounts[0].mountPath📜

Type: string

Default value
"/target"

plugins.azure.container.volumeMounts[0].name📜

Type: string

Default value
"plugins"

plugins.azure.container.resources.requests.memory📜

Type: string

Default value
"512Mi"

plugins.azure.container.resources.requests.cpu📜

Type: string

Default value
"100m"

plugins.azure.container.resources.limits.memory📜

Type: string

Default value
"512Mi"

plugins.azure.container.resources.limits.cpu📜

Type: string

Default value
"100m"

plugins.azure.container.securityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

initContainers📜

Type: string

Default value
nil

podSecurityContext.runAsUser📜

Type: int

Default value
65534

podSecurityContext.runAsGroup📜

Type: int

Default value
65534

containerSecurityContext.allowPrivilegeEscalation📜

Type: bool

Default value
false

containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

containerSecurityContext.readOnlyRootFilesystem📜

Type: bool

Default value
true

lifecycle📜

Type: object

Default value
{}

priorityClassName📜

Type: string

Default value
""

terminationGracePeriodSeconds📜

Type: int

Default value
3600

livenessProbe.httpGet.path📜

Type: string

Default value
"/metrics"

livenessProbe.httpGet.port📜

Type: string

Default value
"http-monitoring"

livenessProbe.httpGet.scheme📜

Type: string

Default value
"HTTP"

livenessProbe.initialDelaySeconds📜

Type: int

Default value
10

livenessProbe.periodSeconds📜

Type: int

Default value
30

livenessProbe.timeoutSeconds📜

Type: int

Default value
5

livenessProbe.successThreshold📜

Type: int

Default value
1

livenessProbe.failureThreshold📜

Type: int

Default value
5

readinessProbe.httpGet.path📜

Type: string

Default value
"/metrics"

readinessProbe.httpGet.port📜

Type: string

Default value
"http-monitoring"

readinessProbe.httpGet.scheme📜

Type: string

Default value
"HTTP"

readinessProbe.initialDelaySeconds📜

Type: int

Default value
10

readinessProbe.periodSeconds📜

Type: int

Default value
30

readinessProbe.timeoutSeconds📜

Type: int

Default value
5

readinessProbe.successThreshold📜

Type: int

Default value
1

readinessProbe.failureThreshold📜

Type: int

Default value
5

tolerations📜

Type: list

Default value
[]

affinity📜

Type: object

Default value
{}

nodeSelector📜

Type: object

Default value
{}

dnsConfig📜

Type: object

Default value
{}

extraVolumes📜

Type: list

Default value
[]

extraVolumeMounts📜

Type: list

Default value
[]

extraObjects📜

Type: list

Default value
[]

metrics.enabled📜

Type: bool

Default value
true

metrics.scrapeInterval📜

Type: string

Default value
"30s"

metrics.scrapeTimeout📜

Type: string

Default value
"10s"

metrics.service.annotations📜

Type: object

Default value
{}

metrics.service.labels📜

Type: object

Default value
{}

metrics.podAnnotations.”prometheus.io/scrape”📜

Type: string

Default value
"true"

metrics.podAnnotations.”prometheus.io/port”📜

Type: string

Default value
"8085"

metrics.podAnnotations.”prometheus.io/path”📜

Type: string

Default value
"/metrics"

metrics.serviceMonitor.autodetect📜

Type: bool

Default value
true

metrics.serviceMonitor.enabled📜

Type: bool

Default value
false

metrics.serviceMonitor.annotations📜

Type: object

Default value
{}

metrics.serviceMonitor.additionalLabels📜

Type: object

Default value
{}

metrics.nodeAgentPodMonitor.autodetect📜

Type: bool

Default value
true

metrics.nodeAgentPodMonitor.enabled📜

Type: bool

Default value
false

metrics.nodeAgentPodMonitor.annotations📜

Type: object

Default value
{}

metrics.nodeAgentPodMonitor.additionalLabels📜

Type: object

Default value
{}

metrics.prometheusRule.autodetect📜

Type: bool

Default value
true

metrics.prometheusRule.enabled📜

Type: bool

Default value
false

metrics.prometheusRule.additionalLabels📜

Type: object

Default value
{}

metrics.prometheusRule.spec[0].alert📜

Type: string

Default value
"VeleroVeleroJobAbsent"

metrics.prometheusRule.spec[0].annotations.message📜

Type: string

Default value
""

metrics.prometheusRule.spec[0].expr📜

Type: string

Default value
"absent(up{job=\"velero-velero\", namespace=\"velero\"})"

metrics.prometheusRule.spec[0].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[0].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[1].alert📜

Type: string

Default value
"VeleroBackupPartialFailures"

metrics.prometheusRule.spec[1].annotations.message📜

Type: string

Default value
"Velero backup job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} partially failed backups."

metrics.prometheusRule.spec[1].expr📜

Type: string

Default value
"velero_backup_partial_failure_total{job!=\"\"} / velero_backup_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[1].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[1].labels.severity📜

Type: string

Default value
"warning"

metrics.prometheusRule.spec[2].alert📜

Type: string

Default value
"VeleroBackupFailures"

metrics.prometheusRule.spec[2].annotations.message📜

Type: string

Default value
"Velero backup job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed backups."

metrics.prometheusRule.spec[2].expr📜

Type: string

Default value
"velero_backup_failure_total{job!=\"\"} / velero_backup_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[2].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[2].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[3].alert📜

Type: string

Default value
"VeleroBackupValidationFailures"

metrics.prometheusRule.spec[3].annotations.message📜

Type: string

Default value
"Velero backup job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed backup validations."

metrics.prometheusRule.spec[3].expr📜

Type: string

Default value
"velero_backup_validation_failure_total{job!=\"\"} / velero_backup_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[3].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[3].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[4].alert📜

Type: string

Default value
"VeleroBackupDeletionFailures"

metrics.prometheusRule.spec[4].annotations.message📜

Type: string

Default value
"Velero backup job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed backup deletions."

metrics.prometheusRule.spec[4].expr📜

Type: string

Default value
"velero_backup_deletion_failure_total{job!=\"\"} / velero_backup_deletion_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[4].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[4].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[5].alert📜

Type: string

Default value
"VeleroBackupItemErrors"

metrics.prometheusRule.spec[5].annotations.message📜

Type: string

Default value
"Velero backup job ( {{ `{{` }} $labels.job {{ `}}` }} ) has item errors."

metrics.prometheusRule.spec[5].expr📜

Type: string

Default value
"velero_backup_items_errors{job!=\"\"} > 0"

metrics.prometheusRule.spec[5].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[5].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[6].alert📜

Type: string

Default value
"VeleroCSISnapshotFailures"

metrics.prometheusRule.spec[6].annotations.message📜

Type: string

Default value
"Velero CSI snapshot job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed CSI snapshots."

metrics.prometheusRule.spec[6].expr📜

Type: string

Default value
"velero_csi_snapshot_failure_total{job!=\"\"} / velero_csi_snapshot_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[6].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[6].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[7].alert📜

Type: string

Default value
"VeleroRestorePartialFailures"

metrics.prometheusRule.spec[7].annotations.message📜

Type: string

Default value
"Velero restore job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} partially failed restores."

metrics.prometheusRule.spec[7].expr📜

Type: string

Default value
"velero_restore_partial_failure_total{job!=\"\"} / velero_restore_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[7].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[7].labels.severity📜

Type: string

Default value
"warning"

metrics.prometheusRule.spec[8].alert📜

Type: string

Default value
"VeleroRestoreFailures"

metrics.prometheusRule.spec[8].annotations.message📜

Type: string

Default value
"Velero restore job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed restores."

metrics.prometheusRule.spec[8].expr📜

Type: string

Default value
"velero_restore_failed_total{job!=\"\"} / velero_restore_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[8].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[8].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[9].alert📜

Type: string

Default value
"VeleroRestoreValidationFailures"

metrics.prometheusRule.spec[9].annotations.message📜

Type: string

Default value
"Velero restore job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed restore validations."

metrics.prometheusRule.spec[9].expr📜

Type: string

Default value
"velero_restore_validation_failed_total{job!=\"\"} / velero_restore_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[9].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[9].labels.severity📜

Type: string

Default value
"critical"

metrics.prometheusRule.spec[10].alert📜

Type: string

Default value
"VeleroVolumeSnapshotFailures"

metrics.prometheusRule.spec[10].annotations.message📜

Type: string

Default value
"Velero volume snapshot job ( {{`{{`}} $labels.job {{`}}`}} ) has {{`{{`}} $value \| humanizePercentage {{`}}`}} failed volume snapshots."

metrics.prometheusRule.spec[10].expr📜

Type: string

Default value
"velero_volume_snapshot_failure_total{job!=\"\"} / velero_volume_snapshot_attempt_total{job!=\"\"} > 0"

metrics.prometheusRule.spec[10].for📜

Type: string

Default value
"10m"

metrics.prometheusRule.spec[10].labels.severity📜

Type: string

Default value
"critical"

kubectl.image.repository📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"

kubectl.image.tag📜

Type: string

Default value
"v1.29.3"

kubectl.containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

kubectl.resources.requests.memory📜

Type: string

Default value
"256Mi"

kubectl.resources.requests.cpu📜

Type: string

Default value
"100m"

kubectl.resources.limits.memory📜

Type: string

Default value
"256Mi"

kubectl.resources.limits.cpu📜

Type: string

Default value
"100m"

kubectl.annotations.”sidecar.istio.io/inject”📜

Type: string

Default value
"false"

kubectl.labels📜

Type: object

Default value
{}

upgradeCRDs📜

Type: bool

Default value
true

cleanUpCRDs📜

Type: bool

Default value
false

configuration.backupStorageLocation[0].name📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].provider📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].bucket📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].caCert📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].prefix📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].default📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].validationFrequency📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].accessMode📜

Type: string

Default value
"ReadWrite"

configuration.backupStorageLocation[0].credential.name📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].credential.key📜

Type: string

Default value
nil

configuration.backupStorageLocation[0].config.region📜

Type: string

Default value
"us-gov-west-1"

configuration.volumeSnapshotLocation[0].name📜

Type: string

Default value
nil

configuration.volumeSnapshotLocation[0].provider📜

Type: string

Default value
nil

configuration.volumeSnapshotLocation[0].credential.name📜

Type: string

Default value
nil

configuration.volumeSnapshotLocation[0].credential.key📜

Type: string

Default value
nil

configuration.volumeSnapshotLocation[0].config.region📜

Type: string

Default value
"us-gov-west-1"

configuration.uploaderType📜

Type: string

Default value
nil

Description: ------------------ velero server default: kopia

configuration.backupSyncPeriod📜

Type: string

Default value
nil

configuration.fsBackupTimeout📜

Type: string

Default value
nil

configuration.clientBurst📜

Type: string

Default value
nil

configuration.clientPageSize📜

Type: string

Default value
nil

configuration.clientQPS📜

Type: string

Default value
nil

configuration.defaultBackupStorageLocation📜

Type: string

Default value
nil

configuration.defaultItemOperationTimeout📜

Type: string

Default value
nil

configuration.defaultBackupTTL📜

Type: string

Default value
nil

configuration.defaultVolumeSnapshotLocations📜

Type: string

Default value
nil

configuration.disableControllers📜

Type: string

Default value
nil

configuration.garbageCollectionFrequency📜

Type: string

Default value
nil

configuration.logFormat📜

Type: string

Default value
nil

configuration.logLevel📜

Type: string

Default value
nil

configuration.metricsAddress📜

Type: string

Default value
nil

configuration.pluginDir📜

Type: string

Default value
nil

configuration.profilerAddress📜

Type: string

Default value
nil

configuration.restoreOnlyMode📜

Type: string

Default value
nil

configuration.restoreResourcePriorities📜

Type: string

Default value
nil

configuration.storeValidationFrequency📜

Type: string

Default value
nil

configuration.terminatingResourceTimeout📜

Type: string

Default value
nil

configuration.defaultSnapshotMoveData📜

Type: string

Default value
nil

configuration.features📜

Type: string

Default value
nil

configuration.namespace📜

Type: string

Default value
nil

configuration.extraEnvVars📜

Type: object

Default value
{}

configuration.defaultVolumesToFsBackup📜

Type: string

Default value
nil

configuration.defaultRepoMaintainFrequency📜

Type: string

Default value
nil

rbac.create📜

Type: bool

Default value
true

rbac.clusterAdministrator📜

Type: bool

Default value
true

rbac.clusterAdministratorName📜

Type: string

Default value
"cluster-admin"

serviceAccount.server.create📜

Type: bool

Default value
true

serviceAccount.server.name📜

Type: string

Default value
nil

serviceAccount.server.annotations📜

Type: string

Default value
nil

serviceAccount.server.labels📜

Type: string

Default value
nil

credentials.useSecret📜

Type: bool

Default value
true

credentials.name📜

Type: string

Default value
nil

credentials.existingSecret📜

Type: string

Default value
nil

credentials.secretContents📜

Type: object

Default value
{}

credentials.extraEnvVars📜

Type: object

Default value
{}

credentials.extraSecretRef📜

Type: string

Default value
""

backupsEnabled📜

Type: bool

Default value
true

snapshotsEnabled📜

Type: bool

Default value
true

deployNodeAgent📜

Type: bool

Default value
false

nodeAgent.podVolumePath📜

Type: string

Default value
"/var/lib/kubelet/pods"

nodeAgent.priorityClassName📜

Type: string

Default value
""

nodeAgent.resources.requests.cpu📜

Type: string

Default value
"1000m"

nodeAgent.resources.requests.memory📜

Type: string

Default value
"1024Mi"

nodeAgent.resources.limits.cpu📜

Type: string

Default value
"1000m"

nodeAgent.resources.limits.memory📜

Type: string

Default value
"1024Mi"

nodeAgent.tolerations📜

Type: list

Default value
[]

nodeAgent.annotations📜

Type: object

Default value
{}

nodeAgent.labels📜

Type: object

Default value
{}

nodeAgent.useScratchEmptyDir📜

Type: bool

Default value
true

nodeAgent.extraVolumes📜

Type: list

Default value
[]

nodeAgent.extraVolumeMounts📜

Type: list

Default value
[]

nodeAgent.extraEnvVars📜

Type: object

Default value
{}

nodeAgent.dnsPolicy📜

Type: string

Default value
"ClusterFirst"

nodeAgent.podSecurityContext.runAsUser📜

Type: int

Default value
0

nodeAgent.podSecurityContext.fsGroup📜

Type: int

Default value
1337

nodeAgent.containerSecurityContext.capabilities.drop[0]📜

Type: string

Default value
"ALL"

nodeAgent.lifecycle📜

Type: object

Default value
{}

nodeAgent.nodeSelector📜

Type: object

Default value
{}

nodeAgent.affinity📜

Type: object

Default value
{}

nodeAgent.dnsConfig📜

Type: object

Default value
{}

schedules📜

Type: object

Default value
{}

configMaps📜

Type: object

Default value
{}

istio.enabled📜

Type: bool

Default value
false

istio.hardened.enabled📜

Type: bool

Default value
false

istio.hardened.outboundTrafficPolicyMode📜

Type: string

Default value
"REGISTRY_ONLY"

istio.hardened.customServiceEntries📜

Type: list

Default value
[]

istio.hardened.customAuthorizationPolicies📜

Type: list

Default value
[]

istio.hardened.tempo.enabled📜

Type: bool

Default value
true

istio.hardened.tempo.namespaces[0]📜

Type: string

Default value
"tempo"

istio.hardened.tempo.principals[0]📜

Type: string

Default value
"cluster.local/ns/tempo/sa/tempo-tempo"

istio.hardened.monitoring.enabled📜

Type: bool

Default value
true

istio.mtls📜

Type: object

Default value
mode: STRICT

Description: Default velero peer authentication

istio.mtls.mode📜

Type: string

Default value
"STRICT"

Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic

monitoring.enabled📜

Type: bool

Default value
false

networkPolicies.enabled📜

Type: bool

Default value
false

networkPolicies.ingressLabels.app📜

Type: string

Default value
"istio-ingressgateway"

networkPolicies.ingressLabels.istio📜

Type: string

Default value
"ingressgateway"

networkPolicies.controlPlaneCidr📜

Type: string

Default value
"0.0.0.0/0"

networkPolicies.additionalPolicies📜

Type: list

Default value
[]

csi📜

Type: object

Default value
defaultClass: 'true'
driver: ebs.csi.aws.com

Description: Velero csi plugin options

csi.driver📜

Type: string

Default value
"ebs.csi.aws.com"

Description: Driver to use for Velero csi plugin. Default: “ebs.csi.aws.com”

csi.defaultClass📜

Type: string

Default value
"true"

Description: Set Velero VolumeSnapshotClass to default. Supported values: “true”/”false”

bbtests.enabled📜

Type: bool

Default value
false

bbtests.scripts.image📜

Type: string

Default value
"registry1.dso.mil/bigbang-ci/velero-tester:1.1.0"

bbtests.scripts.envs.MINIO_HOST📜

Type: string

Default value
"http://minio.minio.svc"

bbtests.scripts.envs.MINIO_USER📜

Type: string

Default value
"minio"

bbtests.scripts.envs.MINIO_PASS📜

Type: string

Default value
"minio123"

bbtests.scripts.envs.SCHEDULED_BACKUP_NAME📜

Type: string

Default value
"{{ include \"velero.fullname\" . \| trim }}-scheduled-backup"

bbtests.scripts.envs.SCHEDULED_TEST📜

Type: string

Default value
"false"

bbtests.scripts.secretEnvs[0].name📜

Type: string

Default value
"NAMESPACE"

bbtests.scripts.secretEnvs[0].valueFrom.fieldRef.fieldPath📜

Type: string

Default value
"metadata.namespace"

bbtests.scripts.additionalVolumes[0].name📜

Type: string

Default value
"minio-volume"

bbtests.scripts.additionalVolumes[0].emptyDir📜

Type: object

Default value
{}

bbtests.scripts.additionalVolumeMounts[0].mountPath📜

Type: string

Default value
"/.mc"

bbtests.scripts.additionalVolumeMounts[0].name📜

Type: string

Default value
"minio-volume"