Skip to content

Commit

Permalink
fix(helm): add containerSecurityContext to statefulset backend sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
openbob committed Sep 25, 2024
1 parent eaedd97 commit dc84ea3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ spec:
- name: LOG_LEVEL
value: "{{ .Values.sidecar.rules.logLevel }}"
{{- end }}
{{- if .Values.sidecar.containerSecurityContext }}
containerSecurityContext:
{{- toYaml .Values.sidecar.containerSecurityContext | nindent 12 }}
{{- end }}
{{- if .Values.sidecar.livenessProbe }}
livenessProbe:
{{- toYaml .Values.sidecar.livenessProbe | nindent 12 }}
Expand Down

0 comments on commit dc84ea3

Please sign in to comment.