File tree 1 file changed +10
-1
lines changed
charts/splunk-connect-for-syslog/templates
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 15
15
{{- include "splunk-connect-for-syslog.selectorLabels" . | nindent 6 }}
16
16
template :
17
17
metadata :
18
- {{- with .Values.podAnnotations }}
19
18
annotations :
19
+ {{- if .Values.sc4s.config_files }}
20
+ checksum/config : {{ include (print $.Template.BasePath "/config-configmap.yaml") . | sha256sum }}
21
+ {{- end }}
22
+ {{- if .Values.sc4s.addons }}
23
+ checksum/addon-config : {{ include (print $.Template.BasePath "/addon-configmap.yaml") . | sha256sum }}
24
+ {{- end }}
25
+ {{- if .Values.sc4s.context_files }}
26
+ checksum/context-config : {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
27
+ {{- end }}
28
+ {{- with .Values.podAnnotations }}
20
29
{{- toYaml . | nindent 8 }}
21
30
{{- end }}
22
31
labels :
You can’t perform that action at this time.
0 commit comments