From 40db32aec36ea7e43db47c26955867c3dac8cb3d Mon Sep 17 00:00:00 2001 From: David Dieulivol <47293672+ddi-wtag@users.noreply.github.com> Date: Fri, 22 Nov 2019 16:41:29 +0100 Subject: [PATCH] [stable/prometheus-operator] Fix fullnameOverride variable in README (#19077) Signed-off-by: David Dieulivol --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 6ca81a7e7059..408d27b6b991 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -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 diff --git a/stable/prometheus-operator/README.md b/stable/prometheus-operator/README.md index 58bccce11c71..2c8cd0c86596 100644 --- a/stable/prometheus-operator/README.md +++ b/stable/prometheus-operator/README.md @@ -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` |