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:
StevenLeiZhang 2022-12-26 10:53:11 +08:00 committed by GitHub
parent acdaecbb68
commit b0defe4533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -68,13 +68,13 @@ template: {
}
```
把这个 Trait 应用到控制平面来使其生效:
把这个 Policy 应用到控制平面来使其生效:
```
vela def apply myroute.cue
```
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Trait
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Policy
执行 `vela up` 命令后:

View File

@ -68,13 +68,13 @@ template: {
}
```
把这个 Trait 应用到控制平面来使其生效:
把这个 Policy 应用到控制平面来使其生效:
```
vela def apply myroute.cue
```
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Trait
随后我们的终端用户可以立即发现并在 `Application` 中使用这个 Policy
执行 `vela up` 命令后: