Commit e76ab75
committed
Enable Istio sidecar injection
For testing with the Sail Operator and upstream Istio, the operand namespace
needs to be labeled, and the control-plane needs to be configured, to enable
sidecar injection in order to enable automated deployment.
* pkg/manifests/assets/router/namespace.yaml (metadata): Add label.
* pkg/operator/controller/gatewayclass/istio.go (desiredIstio): Enable sidecar
injection.1 parent 4e54863 commit e76ab75
File tree
2 files changed
+5
-1
lines changed- pkg
- manifests/assets/router
- operator/controller/gatewayclass
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments