[stable/prometheus-operator] Fix fullnameOverride variable in README (#19077)

Signed-off-by: David Dieulivol <david.dieulivol@welldev.io>
This commit is contained in:
David Dieulivol
2019-11-22 07:41:29 -08:00
committed by Kubernetes Prow Robot
parent 9939a9f0c5
commit 40db32aec3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 8.2.2
version: 8.2.3
appVersion: 0.34.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
+1 -1
View File
@@ -157,7 +157,7 @@ The following tables list the configurable parameters of the prometheus-operator
| `defaultRules.rules.node` | Create Node default rules | `true` |
| `defaultRules.rules.prometheus` | Create Prometheus default rules| `true` |
| `defaultRules.rules.time` | Create time default rules | `true` |
| `fullNameOverride` | Provide a name to substitute for the full names of resources |`""`|
| `fullnameOverride` | Provide a name to substitute for the full names of resources |`""`|
| `global.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` |
| `global.rbac.create` | Create RBAC resources | `true` |
| `global.rbac.pspEnabled` | Create pod security policy resources | `true` |