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 3644f3b commit 689a01cCopy full SHA for 689a01c
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master / unreleased
4
5
+* [BUGFIX] Ruler: fix sidecar securityContext using main container's condition instead of sidecar's
6
+
7
## 3.3.4 / 2026-06-23
8
9
* [DEPENDENCY] update kiwigrid/k8s-sidecar docker tag to v2.8.0 #646
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