We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5d1b8 commit 648840dCopy full SHA for 648840d
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master / unreleased
4
5
+* [BUGFIX] Purger: use correct podAnnotations reference instead of query_frontend's
6
+
7
## 3.2.0 / 2026-02-26
8
9
* [ENHANCEMENT] enable readiness probe on kiwigrid/k8s-sidecar #597
templates/purger/purger-dep.yaml
@@ -24,7 +24,7 @@ spec:
24
{{- end }}
25
annotations:
26
checksum/config: {{ include "cortex.configChecksum" . }}
27
- {{- with .Values.query_frontend.podAnnotations }}
+ {{- with .Values.purger.podAnnotations }}
28
{{- toYaml . | nindent 8 }}
29
30
spec:
0 commit comments