From fd67b6f09a2677303d864514974de2cd3e82eaa6 Mon Sep 17 00:00:00 2001 From: Maxim Makarov Date: Mon, 3 Aug 2020 10:35:40 +0300 Subject: [PATCH] [stable/prometheus-blackbox-exporter] remove replicas and strategy keys from daemonset template (#23421) Signed-off-by: Maxim Makarov --- stable/prometheus-blackbox-exporter/Chart.yaml | 2 +- stable/prometheus-blackbox-exporter/templates/daemonset.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/stable/prometheus-blackbox-exporter/Chart.yaml b/stable/prometheus-blackbox-exporter/Chart.yaml index 3b5b016bd8..909ddfd827 100644 --- a/stable/prometheus-blackbox-exporter/Chart.yaml +++ b/stable/prometheus-blackbox-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Prometheus Blackbox Exporter name: prometheus-blackbox-exporter -version: 4.2.0 +version: 4.2.1 appVersion: 0.16.0 home: https://github.com/prometheus/blackbox_exporter sources: diff --git a/stable/prometheus-blackbox-exporter/templates/daemonset.yaml b/stable/prometheus-blackbox-exporter/templates/daemonset.yaml index 651b2d30a3..f6770e0671 100644 --- a/stable/prometheus-blackbox-exporter/templates/daemonset.yaml +++ b/stable/prometheus-blackbox-exporter/templates/daemonset.yaml @@ -9,13 +9,10 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} helm.sh/chart: {{ include "prometheus-blackbox-exporter.chart" . }} spec: - replicas: {{ .Values.replicas }} selector: matchLabels: app.kubernetes.io/name: {{ include "prometheus-blackbox-exporter.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - strategy: -{{ toYaml .Values.strategy | indent 4 }} template: metadata: labels: