fix(argo-events): add managed namespace configuration (#2121)

This commit is contained in:
ceguimaraes 2023-06-21 22:41:34 +10:00 committed by GitHub
parent db0484fe51
commit c44f10eb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -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 }}