update rollout types in basic_usage (#38)
Signed-off-by: chenxi.jiang <chenxi.jiang.seu@gmail.com>
This commit is contained in:
parent
35e09e1819
commit
6bd43dbbf0
|
|
@ -89,14 +89,12 @@ metadata:
|
|||
# namespace: xxxx
|
||||
spec:
|
||||
objectRef:
|
||||
type: workloadRef
|
||||
# rollout of published workloads, currently only supports Deployment, CloneSet
|
||||
workloadRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: echoserver
|
||||
strategy:
|
||||
type: canary
|
||||
canary:
|
||||
# canary published, e.g. 20%, 40%, 60% ...
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue