mirror of https://github.com/istio/istio.io.git
annotation in metadata not directly in template (#1426)
This commit is contained in:
parent
6a1466d940
commit
85a1c8b6aa
|
@ -92,8 +92,9 @@ one of the options below:
|
|||
...
|
||||
spec:
|
||||
template:
|
||||
annotations:
|
||||
sidecar.istio.io/proxyImage: docker.io/istio/proxyv2:0.8.0
|
||||
metadata:
|
||||
annotations:
|
||||
sidecar.istio.io/proxyImage: docker.io/istio/proxyv2:0.8.0
|
||||
```
|
||||
|
||||
Then replace your deployment with your updated application yaml file:
|
||||
|
@ -229,4 +230,4 @@ spec:
|
|||
trafficPolicy:
|
||||
tls:
|
||||
mode: DISABLE
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue