There was an error while loading. Please reload this page.
2 parents a752bea + 689a01c commit 747264fCopy full SHA for 747264f
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## master / unreleased
4
5
* [BUGFIX] Querier: avoid rendering empty `env:` key when no env vars are set
6
+* [BUGFIX] Ruler: fix sidecar securityContext using main container's condition instead of sidecar's
7
8
## 3.3.4 / 2026-06-23
9
templates/ruler/ruler-dep.yaml
@@ -108,7 +108,7 @@ spec:
108
{{- end }}
109
resources:
110
{{- toYaml .Values.ruler.sidecar.resources | nindent 12 }}
111
- {{- if .Values.ruler.containerSecurityContext.enabled }}
+ {{- if .Values.ruler.sidecar.containerSecurityContext.enabled }}
112
securityContext: {{- omit .Values.ruler.sidecar.containerSecurityContext "enabled" | toYaml | nindent 12 }}
113
114
volumeMounts:
0 commit comments