mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Redeploy pods on config changes. (#16835)
Signed-off-by: Anas Ait Said Oubrahim <anas.oubrahim@commercetools.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
12558adb52
commit
e8357d5711
@@ -13,4 +13,4 @@ maintainers:
|
||||
name: prometheus-mongodb-exporter
|
||||
sources:
|
||||
- https://github.com/percona/mongodb_exporter
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
@@ -18,7 +18,10 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{- toYaml .Values.podAnnotations | nindent 8 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "prometheus-mongodb-exporter.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
|
||||
Reference in New Issue
Block a user