[stable/sentry] Fix wrong hierarchy of imagePullSecrets and imagePull… (#18244)

* [stable/sentry] Fix wrong hierarchy of imagePullSecrets and imagePullPolicy fields in README.

Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>

* Fix image.pullPolicy naming.

Signed-off-by: Andrey Voronkov <avoronkov@enapter.com>
This commit is contained in:
Andrey Voronkov
2019-10-24 08:43:12 -07:00
committed by Kubernetes Prow Robot
parent 162bde262b
commit bffe90bfbf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Sentry is a cross-platform crash reporting and aggregation platform.
name: sentry
version: 3.1.0
version: 3.1.1
appVersion: 9.1.2
keywords:
- debugging
+2 -2
View File
@@ -64,8 +64,8 @@ Parameter | Description
:--------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :---------------------------------------------------
`image.repository` | Sentry image | `library/sentry`
`image.tag` | Sentry image tag | `9.1.2`
`imagePullPolicy` | Image pull policy | `IfNotPresent`
`imagePullSecrets` | Specify image pull secrets | `[]`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`image.imagePullSecrets` | Specify image pull secrets | `[]`
`sentrySecret` | Specify SENTRY_SECRET_KEY. If isn't specified it will be generated automatically. | `nil`
`web.podAnnotations` | Web pod annotations | `{}`
`web.podLabels` | Worker pod extra labels | `{}`