mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
get checksum of configmap (#10753)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
78f823a96e
commit
29e6b96ffe
@@ -1,5 +1,5 @@
|
||||
name: node-problem-detector
|
||||
version: "1.1.3"
|
||||
version: "1.1.4"
|
||||
appVersion: v0.6.1
|
||||
home: https://github.com/kubernetes/node-problem-detector
|
||||
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
|
||||
|
||||
@@ -18,6 +18,7 @@ spec:
|
||||
app.kubernetes.io/name: {{ include "node-problem-detector.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
scheduler.alpha.kubernetes.io/critical-pod: ''
|
||||
{{- if .Values.annotations }}
|
||||
{{ toYaml .Values.annotations | indent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user