From ccbf1c455ecce44a18fb2a58eb552a81d7607304 Mon Sep 17 00:00:00 2001 From: Maksim Noskov <40875484+RinckFox@users.noreply.github.com> Date: Sat, 29 May 2021 17:02:04 +0700 Subject: [PATCH] add nameOverride and fullnameOverride to values.yaml (#1011) Signed-off-by: Maksim Noskov --- charts/prometheus-stackdriver-exporter/Chart.yaml | 2 +- charts/prometheus-stackdriver-exporter/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/prometheus-stackdriver-exporter/Chart.yaml b/charts/prometheus-stackdriver-exporter/Chart.yaml index a3f4b0bb..73d89876 100644 --- a/charts/prometheus-stackdriver-exporter/Chart.yaml +++ b/charts/prometheus-stackdriver-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Stackdriver exporter for Prometheus name: prometheus-stackdriver-exporter -version: 1.8.2 +version: 1.8.3 appVersion: 0.11.0 home: https://www.stackdriver.com/ sources: diff --git a/charts/prometheus-stackdriver-exporter/values.yaml b/charts/prometheus-stackdriver-exporter/values.yaml index d615e3c7..944b4c06 100644 --- a/charts/prometheus-stackdriver-exporter/values.yaml +++ b/charts/prometheus-stackdriver-exporter/values.yaml @@ -1,3 +1,9 @@ +# Provide a name in place of prometheus-stackdriver-exporter for `app:` labels +nameOverride: "" + +# Provide a name to substitute for the full names of resources +fullnameOverride: "" + # Number of exporters to run replicaCount: 1