Add the shareProcessNamespace as a configurable setting. (#8287)

This commit is contained in:
thomasbruggink 2022-03-15 00:51:57 +09:00 committed by GitHub
parent 1fb0aea2c5
commit 9180ef1ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View file

@ -67,6 +67,9 @@ spec:
- name: {{ $sysctl | quote }}
value: {{ $value | quote }}
{{- end }}
{{- end }}
{{- if .Values.controller.shareProcessNamespace }}
shareProcessNamespace: {{ .Values.controller.shareProcessNamespace }}
{{- end }}
containers:
- name: {{ .Values.controller.containerName }}