mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-04-20 01:46:41 +00:00
Update deployment.yaml
This commit is contained in:
@@ -46,8 +46,8 @@ spec:
|
||||
{{- if .Values.priorityClassName }}
|
||||
priorityClassName: "{{ .Values.priorityClassName }}"
|
||||
{{- end }}
|
||||
{{- if .Values.securityContext.enabled }}
|
||||
securityContext: {{ omit .Values.securityContext "enabled" | toYaml | nindent 8 }}
|
||||
{{- if .Values.podSecurityContext.enabled }}
|
||||
securityContext: {{ omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.initContainers }}
|
||||
initContainers:
|
||||
|
||||
Reference in New Issue
Block a user