diff --git a/charts/velero/README.md b/charts/velero/README.md index b5626ce4f..887c9c955 100644 --- a/charts/velero/README.md +++ b/charts/velero/README.md @@ -24,31 +24,6 @@ The default configuration values for this chart are listed in values.yaml. See Velero's full [official documentation](https://velero.io/docs/v1.4/basic-install/). More specifically, find your provider in the Velero list of [supported providers](https://velero.io/docs/v1.4/supported-providers/) for specific configuration information and examples. -#### Configuration - -Parameter | Description | Default -:--------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- -`image.repository` | Velero image repository | `velero/velero` -`image.digest` | Velero image digest | -`image.tag` | Velero image tag | `v1.4.0` -`image.pullPolicy` | Velero image pull policy | `IfNotPresent` -`pluginImage.repository`* | Velero plugin image repository | Generated from `configuration.provider` -`pluginImage.digest` | Velero plugin image digest | -`pluginImage.tag` | Velero plugin image tag | `v1.1.0` -`pluginImage.pullPolicy` | Velero plugin image pull policy | `IfNotPresent` -`podAnnotations` | Annotations to add to the Velero deployment's pod template. | -`podLabels` | Additional pod labels for Velero deployment's template. | -`resources` | Resource requests/limits to specify for the Velero deployment. | -`initContainers` | Init containers to add to the Velero deployment's pod spec. | -`securityContext` | SecurityContext to use for the Velero deployment. | -`tolerations` | Tolerations to use for the Velero deployment. | -`affinity` | Affinity to use for the Velero deployment. | -`nodeSelector` | Node selector to use for the Velero deployment. | -`extraVolumes` | Extra volumes for the Velero deployment. | -`extraVolumeMounts` | Extra volumeMounts for the Velero deployment. | -`metrics.enabled` | Settings for Velero's prometheus metrics. Enabled by default. | `true` -`installCRDs` | Install CRDs as a templates. | `true` - #### Using Helm 3 First, create the namespace: `kubectl create namespace `