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 1b2dbc4 commit aea81efCopy full SHA for aea81ef
charts/flux-operator-mcp/templates/deployment.yaml
@@ -18,8 +18,13 @@ spec:
18
{{- include "flux-operator-mcp.selectorLabels" . | nindent 6 }}
19
template:
20
metadata:
21
- {{- with .Values.commonAnnotations }}
+ {{- if or .Values.config.enabled .Values.commonAnnotations }}
22
annotations:
23
+ {{- end }}
24
+ {{- if .Values.config.enabled }}
25
+ checksum/config: {{ (include (print $.Template.BasePath "/configmap.yaml") . | fromYaml).data | toYaml | sha256sum }}
26
27
+ {{- with .Values.commonAnnotations }}
28
{{- toYaml . | nindent 8 }}
29
{{- end }}
30
labels:
0 commit comments