Skip to content

Commit a13a397

Browse files
committed
Removing config table
1 parent a1a7a9a commit a13a397

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

charts/velero/README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,6 @@ The default configuration values for this chart are listed in values.yaml.
2424

2525
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.
2626

27-
#### Configuration
28-
29-
Parameter | Description | Default
30-
:--------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :---------------------------------------------------
31-
`image.repository` | Velero image repository | `velero/velero`
32-
`image.digest` | Velero image digest |
33-
`image.tag` | Velero image tag | `v1.4.0`
34-
`image.pullPolicy` | Velero image pull policy | `IfNotPresent`
35-
`pluginImage.repository`* | Velero plugin image repository | Generated from `configuration.provider`
36-
`pluginImage.digest` | Velero plugin image digest |
37-
`pluginImage.tag` | Velero plugin image tag | `v1.1.0`
38-
`pluginImage.pullPolicy` | Velero plugin image pull policy | `IfNotPresent`
39-
`podAnnotations` | Annotations to add to the Velero deployment's pod template. |
40-
`podLabels` | Additional pod labels for Velero deployment's template. |
41-
`resources` | Resource requests/limits to specify for the Velero deployment. |
42-
`initContainers` | Init containers to add to the Velero deployment's pod spec. |
43-
`securityContext` | SecurityContext to use for the Velero deployment. |
44-
`tolerations` | Tolerations to use for the Velero deployment. |
45-
`affinity` | Affinity to use for the Velero deployment. |
46-
`nodeSelector` | Node selector to use for the Velero deployment. |
47-
`extraVolumes` | Extra volumes for the Velero deployment. |
48-
`extraVolumeMounts` | Extra volumeMounts for the Velero deployment. |
49-
`metrics.enabled` | Settings for Velero's prometheus metrics. Enabled by default. | `true`
50-
`installCRDs` | Install CRDs as a templates. | `true`
51-
5227
#### Using Helm 3
5328

5429
First, create the namespace: `kubectl create namespace <YOUR NAMESPACE>`

0 commit comments

Comments
 (0)