Skip to content

Commit fb389ff

Browse files
authored
site: fix wrong envoyextensionpolicy name (#7628)
Signed-off-by: Jinjia <[email protected]>
1 parent 35e3b60 commit fb389ff

File tree

2 files changed

+4
-4
lines changed
  • site/content/en

2 files changed

+4
-4
lines changed

site/content/en/latest/tasks/extensibility/wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
Verify the EnvoyExtensionPolicy status:
8484
8585
```shell
86-
kubectl get envoyextensionpolicy/http-wasm-source-test -o yaml
86+
kubectl get envoyextensionpolicy/wasm-test -o yaml
8787
```
8888

8989
### Image Wasm Extension
@@ -144,7 +144,7 @@ spec:
144144
Verify the EnvoyExtensionPolicy status:
145145
146146
```shell
147-
kubectl get envoyextensionpolicy/http-wasm-source-test -o yaml
147+
kubectl get envoyextensionpolicy/wasm-test -o yaml
148148
```
149149

150150
### Testing

site/content/en/v1.6/tasks/extensibility/wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
Verify the EnvoyExtensionPolicy status:
8484
8585
```shell
86-
kubectl get envoyextensionpolicy/http-wasm-source-test -o yaml
86+
kubectl get envoyextensionpolicy/wasm-test -o yaml
8787
```
8888

8989
### Image Wasm Extension
@@ -144,7 +144,7 @@ spec:
144144
Verify the EnvoyExtensionPolicy status:
145145
146146
```shell
147-
kubectl get envoyextensionpolicy/http-wasm-source-test -o yaml
147+
kubectl get envoyextensionpolicy/wasm-test -o yaml
148148
```
149149

150150
### Testing

0 commit comments

Comments
 (0)