mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-08 14:22:16 +08:00
fix typo
This commit is contained in:
parent
507f2d4fc7
commit
d43ff40a3e
@ -150,7 +150,8 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
||||
service.yaml
|
||||
dir/manifestsDirectory
|
||||
strategy: canary
|
||||
action: promote # substitute reject if you want to reject
|
||||
action: promote # substitute
|
||||
want to reject
|
||||
```
|
||||
|
||||
### Canary deployment based on Service Mesh Interface
|
||||
@ -190,7 +191,7 @@ To promote/reject the canary created by the above snippet, the following YAML sn
|
||||
dir/manifestsDirectory
|
||||
strategy: canary
|
||||
traffic-split-method: smi
|
||||
action: reject # substitute reject if you want to reject
|
||||
action: reject # substitute promote if you want to promote
|
||||
```
|
||||
|
||||
### Blue-Green deployment with different route methods
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user