[stable/prometheus-blackbox-exporter] remove replicas and strategy keys from daemonset template (#23421)

Signed-off-by: Maxim Makarov <maxpain177@gmail.com>
This commit is contained in:
Maxim Makarov
2020-08-03 00:35:40 -07:00
committed by GitHub
parent 878af6c1b5
commit fd67b6f09a
2 changed files with 1 additions and 4 deletions
@@ -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:
@@ -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: