File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
sn-platform-slim/templates/toolset
sn-platform/templates/toolset Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ spec:
110110 resources :
111111{{ toYaml .Values.toolset.resources | indent 10 }}
112112 {{- end }}
113+ {{- if .Values.toolset.containerSecurityContext }}
114+ securityContext : {{- toYaml .Values.toolset.containerSecurityContext | nindent 10 }}
115+ {{- end }}
113116 command : ["sh", "-c"]
114117 args :
115118 - >
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ spec:
110110 resources :
111111{{ toYaml .Values.toolset.resources | indent 10 }}
112112 {{- end }}
113+ {{- if .Values.toolset.containerSecurityContext }}
114+ securityContext : {{- toYaml .Values.toolset.containerSecurityContext | nindent 10 }}
115+ {{- end }}
113116 command : ["sh", "-c"]
114117 args :
115118 - >
You can’t perform that action at this time.
0 commit comments