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:
- command:
- ./hub
- {{ .Values.tap.debug | ternary "-debug" "" }}
{{ .Values.tap.debug | ternary "- -debug" "" }}
env:
- name: POD_REGEX
value: '{{ .Values.tap.regex }}'

View File

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