mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Typo fix in sentry-kubernetes/README.md (#4253)
* Add version for sentry-kubernetes Add version for sentry-kubernetes * Typo fix in sentry-kubernetes/README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for sentry-kubernetes (https://github.com/getsentry/sentry-kubernetes)
|
||||
name: sentry-kubernetes
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
sources:
|
||||
- https://github.com/getsentry/sentry-kubernetes
|
||||
keywords:
|
||||
|
||||
@@ -10,7 +10,7 @@ $ helm install incubator/sentry-kubernetes --name my-release --set sentry.dsn=<y
|
||||
|
||||
## Configuration
|
||||
|
||||
The following tables lists the configurable parameters of the sentry-kubernetes chart and their default values.
|
||||
The following table lists the configurable parameters of the sentry-kubernetes chart and their default values.
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|-------------------------|-------------------------------------|-----------------------------------------------------|
|
||||
@@ -19,4 +19,4 @@ The following tables lists the configurable parameters of the sentry-kubernetes
|
||||
| `image.tag ` | Container image tag | `latest` |
|
||||
| `rbac.create` | If `true`, create and use RBAC resources | `true`|
|
||||
| `serviceAccount.name` | Service account to be used. If not set and serviceAccount.create is `true`, a name is generated using the fullname template | ``
|
||||
| `serviceAccount.create` | If true, create a new service account | `true`
|
||||
| `serviceAccount.create` | If true, create a new service account | `true`
|
||||
|
||||
Reference in New Issue
Block a user