add a toggle to allow the controllers to listen on all namespaces (#41)
This commit is contained in:
parent
286ba4d860
commit
1b17d04e7e
3 changed files with 11 additions and 1 deletions
|
|
@ -9,4 +9,6 @@ metadata:
|
|||
data:
|
||||
config: |
|
||||
instanceID: {{ .Values.instanceID }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
{{- if .Values.singleNamespace }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue