Fix the hub and worker commands

This commit is contained in:
M. Mert Yildiran
2023-07-03 16:47:00 +03:00
parent 0ef3e2d018
commit 796fc1453c
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ spec:
containers: containers:
- command: - command:
- ./hub - ./hub
- {{ .Values.tap.debug | ternary "-debug" "" }} {{ .Values.tap.debug | ternary "- -debug" "" }}
env: env:
- name: POD_REGEX - name: POD_REGEX
value: '{{ .Values.tap.regex }}' value: '{{ .Values.tap.regex }}'

View File

@@ -35,7 +35,7 @@ spec:
containers: containers:
- command: - command:
- ./worker - ./worker
- {{ .Values.tap.debug | ternary "-debug" "" }} {{ .Values.tap.debug | ternary "- -debug" "" }}
- -i - -i
- any - any
- -port - -port