Skip to content

Commit

Permalink
Skip webhook on kube-system by default
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Sue <[email protected]>
  • Loading branch information
mikutas committed Nov 24, 2023
1 parent dea850a commit 0c12c47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions jaeger/charts/linkerd-jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,11 @@ webhook:
logLevel: info

namespaceSelector:
#matchExpressions:
#- key: runlevel
# operator: NotIn
# values: ["0","1"]
matchExpressions:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
- kube-system
objectSelector:
#matchLabels:
# foo: bar
Expand Down
9 changes: 5 additions & 4 deletions viz/charts/linkerd-viz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,11 @@ tapInjector:
pullPolicy: ""

namespaceSelector:
# matchExpressions:
# - key: runlevel
# operator: NotIn
# values: ["0","1"]
matchExpressions:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
- kube-system
objectSelector:
# matchLabels:
# foo: bar
Expand Down

0 comments on commit 0c12c47

Please sign in to comment.