Fix: Typo in Policy introduction document (#1104)
Signed-off-by: StevenLeiZhang <zhangleiic@163.com> Signed-off-by: StevenLeiZhang <zhangleiic@163.com>
This commit is contained in:
parent
acdaecbb68
commit
b0defe4533
|
@ -69,7 +69,7 @@ template: {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Apply to our control plane to make this trait work:
|
Apply to our control plane to make this Policy work:
|
||||||
|
|
||||||
```
|
```
|
||||||
vela def apply myroute.cue
|
vela def apply myroute.cue
|
||||||
|
|
|
@ -68,13 +68,13 @@ template: {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
把这个 Trait 应用到控制平面来使其生效:
|
把这个 Policy 应用到控制平面来使其生效:
|
||||||
|
|
||||||
```
|
```
|
||||||
vela def apply myroute.cue
|
vela def apply myroute.cue
|
||||||
```
|
```
|
||||||
|
|
||||||
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Trait。
|
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Policy。
|
||||||
|
|
||||||
执行 `vela up` 命令后:
|
执行 `vela up` 命令后:
|
||||||
|
|
||||||
|
|
|
@ -68,13 +68,13 @@ template: {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
把这个 Trait 应用到控制平面来使其生效:
|
把这个 Policy 应用到控制平面来使其生效:
|
||||||
|
|
||||||
```
|
```
|
||||||
vela def apply myroute.cue
|
vela def apply myroute.cue
|
||||||
```
|
```
|
||||||
|
|
||||||
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Trait。
|
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Policy。
|
||||||
|
|
||||||
执行 `vela up` 命令后:
|
执行 `vela up` 命令后:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue