Skip to content

Commit 689a01c

Browse files
fix: use sidecar's containerSecurityContext condition in ruler sidecar (#649)
Signed-off-by: Artem Muterko <artem@sopho.tech>
1 parent 3644f3b commit 689a01c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master / unreleased
44

5+
* [BUGFIX] Ruler: fix sidecar securityContext using main container's condition instead of sidecar's
6+
57
## 3.3.4 / 2026-06-23
68

79
* [DEPENDENCY] update kiwigrid/k8s-sidecar docker tag to v2.8.0 #646

templates/ruler/ruler-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
{{- end }}
109109
resources:
110110
{{- toYaml .Values.ruler.sidecar.resources | nindent 12 }}
111-
{{- if .Values.ruler.containerSecurityContext.enabled }}
111+
{{- if .Values.ruler.sidecar.containerSecurityContext.enabled }}
112112
securityContext: {{- omit .Values.ruler.sidecar.containerSecurityContext "enabled" | toYaml | nindent 12 }}
113113
{{- end }}
114114
volumeMounts:

0 commit comments

Comments
 (0)