mirror of
https://github.com/helm/charts.git
synced 2026-08-20 12:57:55 +00:00
Typo fix in stash/README.md (#4939)
* add version add version * Typo fix in stash/README.md Typo fix in stash/README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: 'Stash by AppsCode - Backup your Kubernetes Volumes'
|
||||
name: stash
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
appVersion: 0.7.0-rc.1
|
||||
home: https://github.com/appscode/stash
|
||||
icon: https://cdn.appscode.com/images/icon/stash.png
|
||||
|
||||
@@ -40,7 +40,7 @@ The following table lists the configurable parameters of the Stash chart and the
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ----------------------------------- | ----------------------------------------------------------------- | ------------------ |
|
||||
| `replicaCount` | Number of stash operator replicas to create (only 1 is supported) | `1` |
|
||||
| `replicaCount` | Number of Stash operator replicas to create (only 1 is supported) | `1` |
|
||||
| `operator.image` | operator container image | `appscode/stash` |
|
||||
| `operator.tag` | operator container image tag | `0.7.0-rc.1` |
|
||||
| `operator.pullPolicy` | operator container image pull policy | `IfNotPresent` |
|
||||
@@ -51,8 +51,8 @@ The following table lists the configurable parameters of the Stash chart and the
|
||||
| `rbac.create` | If `true`, create and use RBAC resources | `true` |
|
||||
| `serviceAccount.create` | If `true`, create a new service account | `true` |
|
||||
| `serviceAccount.name` | Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | `` |
|
||||
| `apiserver.groupPriorityMinimum` | The minimum priority the group should have. | 10000 |
|
||||
| `apiserver.versionPriority` | The ordering of this API inside of the group. | 15 |
|
||||
| `apiserver.groupPriorityMinimum` | The minimum priority the group should have | 10000 |
|
||||
| `apiserver.versionPriority` | The ordering of this API inside of the group | 15 |
|
||||
| `apiserver.enableValidatingWebhook` | Enable validating webhooks for Stash CRDs | false |
|
||||
| `apiserver.enableMutatingWebhook` | Enable mutating webhooks for Kubernetes workloads | false |
|
||||
| `apiserver.ca` | CA certificate used by main Kubernetes api server | `` |
|
||||
|
||||
Reference in New Issue
Block a user