Add the shareProcessNamespace as a configurable setting. (#8287)
This commit is contained in:
parent
1fb0aea2c5
commit
9180ef1ee4
4 changed files with 11 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ spec:
|
|||
- name: {{ $sysctl | quote }}
|
||||
value: {{ $value | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.shareProcessNamespace }}
|
||||
shareProcessNamespace: {{ .Values.controller.shareProcessNamespace }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ .Values.controller.containerName }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue