missed one

Signed-off-by: wim.fournier <wim.fournier@adevinta.com>
This commit is contained in:
Wim Fournier 2023-05-23 11:20:50 +02:00 committed by wim.fournier
parent 7668f57b0c
commit 2c0afd95f6
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ spec:
failureThreshold: {{ .Values.repoServer.readinessProbe.failureThreshold }}
resources:
{{- toYaml .Values.repoServer.resources | nindent 10 }}
{{- if .Values.repoServer.containerSecurityContext }}
{{- with .Values.repoServer.containerSecurityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
{{- end }}

View file

@ -153,7 +153,7 @@ spec:
{{- with .Values.dex.containerSecurityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
{{- end}}
{{- end }}
{{- with .Values.dex.initContainers }}
{{- tpl (toYaml .) $ | nindent 6 }}
{{- end }}