Skip to content

Commit

Permalink
Removing config table
Browse files Browse the repository at this point in the history
  • Loading branch information
kav committed Aug 16, 2020
1 parent a1a7a9a commit a13a397
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions charts/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YOUR NAMESPACE>`
Expand Down

0 comments on commit a13a397

Please sign in to comment.