Skip to content

Commit

Permalink
docs(grafana): fix image.pullSecrets default value
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Tavernier <v.tavernier@pm.me>
  • Loading branch information
alixinne committed May 3, 2022
1 parent 5d17491 commit ba73916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This version requires Helm >= 3.1.0.
| `image.tag` | Image tag (`Must be >= 5.0.0`) | `8.2.5` |
| `image.sha` | Image sha (optional) | `2acf04c016c77ca2e89af3536367ce847ee326effb933121881c7c89781051d3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets (can be templated) | `{}` |
| `image.pullSecrets` | Image pull secrets (can be templated) | `[]` |
| `service.enabled` | Enable grafana service | `true` |
| `service.type` | Kubernetes service type | `ClusterIP` |
| `service.port` | Kubernetes port where service is exposed | `80` |
Expand Down

0 comments on commit ba73916

Please sign in to comment.