🔥 Remove the -A flag and allnamespaces field from config.yaml

This commit is contained in:
M. Mert Yildiran
2023-04-19 20:52:28 +03:00
parent 90e6e99386
commit 686dd5fba1
6 changed files with 4 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ spec:
- name: POD_REGEX
value: '{{ .Values.tap.regex }}'
- name: NAMESPACES
value: '{{ .Values.tap.allnamespaces | ternary "" .Values.tap.namespaces }}'
value: '{{ gt (len .Values.tap.namespaces) 0 | ternary (join "," .Values.tap.namespaces) "" }}'
- name: STORAGE_LIMIT
value: '{{ .Values.tap.storagelimit }}'
- name: LICENSE

View File

@@ -17,7 +17,6 @@ tap:
host: 127.0.0.1
regex: .*
namespaces: []
allnamespaces: true
selfnamespace: kubeshark
storagelimit: 200MB
dryrun: false