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 }}
|
failureThreshold: {{ .Values.repoServer.readinessProbe.failureThreshold }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
{{- toYaml .Values.repoServer.resources | nindent 10 }}
|
||||||
{{- if .Values.repoServer.containerSecurityContext }}
|
{{- with .Values.repoServer.containerSecurityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -153,7 +153,7 @@ spec:
|
||||||
{{- with .Values.dex.containerSecurityContext }}
|
{{- with .Values.dex.containerSecurityContext }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 10 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end}}
|
{{- end }}
|
||||||
{{- with .Values.dex.initContainers }}
|
{{- with .Values.dex.initContainers }}
|
||||||
{{- tpl (toYaml .) $ | nindent 6 }}
|
{{- tpl (toYaml .) $ | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue