Skip to content

Commit

Permalink
[stable/prometheus-operator] Fix fullnameOverride variable in README (h…
Browse files Browse the repository at this point in the history
…elm#19077)

Signed-off-by: David Dieulivol <david.dieulivol@welldev.io>
  • Loading branch information
ddi-wtag authored and k8s-ci-robot committed Nov 22, 2019
1 parent 9939a9f commit 40db32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-operator/Chart.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-operator/README.md
Expand Up @@ -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` |
Expand Down

0 comments on commit 40db32a

Please sign in to comment.