Revert "🐛 Fix the commands in case of -debug flag enabled"

This reverts commit 3a2d34647e.
This commit is contained in:
M. Mert Yildiran 2023-07-03 12:32:15 +03:00
parent 3a2d34647e
commit 64b22daa2a
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 4 deletions

View File

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

View File

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