mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-12 21:01:36 +00:00
🔥 Remove the -A
flag and allnamespaces
field from config.yaml
This commit is contained in:
@@ -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
|
||||
|
@@ -17,7 +17,6 @@ tap:
|
||||
host: 127.0.0.1
|
||||
regex: .*
|
||||
namespaces: []
|
||||
allnamespaces: true
|
||||
selfnamespace: kubeshark
|
||||
storagelimit: 200MB
|
||||
dryrun: false
|
||||
|
Reference in New Issue
Block a user