fix typo
Signed-off-by: Wim Fournier <github@fournier.nl>
This commit is contained in:
parent
480f446f22
commit
6c09da9429
1 changed files with 3 additions and 3 deletions
|
@ -334,9 +334,9 @@ spec:
|
||||||
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
|
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.server.resources | nindent 10 }}
|
{{- toYaml .Values.server.resources | nindent 10 }}
|
||||||
{{- if .Values.repoServer.containerSecurityContext.enabled }}
|
{{- if .Values.server.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- omit .Values.repoServer.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
{{- omit .Values.server.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.server.lifecycle }}
|
{{- with .Values.server.lifecycle }}
|
||||||
lifecycle:
|
lifecycle:
|
||||||
|
@ -351,7 +351,7 @@ spec:
|
||||||
{{- if .Values.server.extensions.containerSecurityContext.enabled }}
|
{{- if .Values.server.extensions.containerSecurityContext.enabled }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- omit .Values.server.extensions.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
{{- omit .Values.server.extensions.containerSecurityContext "enabled" | toYaml | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: extensions
|
- name: extensions
|
||||||
mountPath: /tmp/extensions/
|
mountPath: /tmp/extensions/
|
||||||
|
|
Loading…
Reference in a new issue