We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb6abc commit 8a5a679Copy full SHA for 8a5a679
charts/wiremock/templates/_helpers.tpl
@@ -65,8 +65,12 @@ Create the name of the service account to use
65
Pod annotations
66
*/}}
67
{{- define "wiremock.podAnnotations" -}}
68
+{{- if .Values.mappingsAsConfigmap -}}
69
checksum/configMappings: {{ include (print $.Template.BasePath "/configmap-mappings.yaml") . | sha256sum }}
70
+{{- end -}}
71
+{{- if .Values.responsesAsConfigmap -}}
72
checksum/configResponses: {{ include (print $.Template.BasePath "/configmap-responses.yaml") . | sha256sum }}
73
74
{{- if .Values.podAnnotations }}
75
{{ .Values.podAnnotations }}
76
{{- end }}
0 commit comments