missed one
Signed-off-by: wim.fournier <wim.fournier@adevinta.com>
This commit is contained in:
parent
7668f57b0c
commit
2c0afd95f6
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -153,7 +153,7 @@ spec:
|
|||
{{- with .Values.dex.containerSecurityContext }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end}}
|
||||
{{- end }}
|
||||
{{- with .Values.dex.initContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue