-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nd-common): mutating webhook not working for single pod istio pro…
…xy sidecar injection (#332) The istio mutating webhook config can look something like this: ``` Object Selector: Match Expressions: Key: sidecar.istio.io/inject Operator: NotIn Values: false Key: istio.io/rev Operator: In Values: stable ``` ... for namespaces that are configured to be off the mesh, we'd need this change to allow single pods within that namespace to be a part of the mesh.
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters