fix(argo-events): add managed namespace configuration (#2121)
This commit is contained in:
parent
db0484fe51
commit
c44f10eb37
4 changed files with 12 additions and 3 deletions
|
|
@ -48,6 +48,10 @@ spec:
|
|||
{{- if .Values.controller.rbac.namespaced }}
|
||||
- --namespaced
|
||||
{{- end }}
|
||||
{{- if .Values.controller.rbac.managedNamespace }}
|
||||
- --managed-namespace
|
||||
- {{ .Values.controller.rbac.managedNamespace }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.containerSecurityContext }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue