Regenerate values.yaml and complete.yaml

This commit is contained in:
M. Mert Yildiran
2024-09-28 00:04:27 +03:00
parent 3a8817592f
commit 0f1194bfeb
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ tap:
sentry: sentry:
enabled: false enabled: false
environment: production environment: production
defaultFilter: "!dns and !tcp" defaultFilter: "!dns and !tcp and !udp and !icmp"
scriptingDisabled: false scriptingDisabled: false
targetedPodsUpdateDisabled: false targetedPodsUpdateDisabled: false
recordingDisabled: false recordingDisabled: false

View File

@@ -338,6 +338,7 @@ rules:
verbs: verbs:
- get - get
- watch - watch
- list
- update - update
- patch - patch
--- ---