Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into add-basic-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharriere authored Oct 5, 2023
2 parents 7ec4968 + 84eed53 commit 5010a1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Add PSS flag for PSP->PSS migration.
- Fix default `namespaceSelector` for tap MutatingWebhookConfiguration.

## [1.3.0] - 2023-08-29

Expand Down
7 changes: 6 additions & 1 deletion helm/linkerd-viz/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,12 @@
"type": "string"
},
"namespaceSelector": {
"type": ["null", "array"]
"type": ["null","object"],
"properties": {
"matchExpressions": {
"type": ["null", "array"]
}
}
},
"objectSelector": {
"type": ["null", "array"]
Expand Down
1 change: 1 addition & 0 deletions helm/linkerd-viz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ tapInjector:
pullPolicy: ""

namespaceSelector:
matchExpressions:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
Expand Down

0 comments on commit 5010a1b

Please sign in to comment.