Skip to content

Commit 304c3c1

Browse files
committed
Update example with wko_filter internal filter
1 parent f0c4b2d commit 304c3c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/2.0/content/userguide/target_env.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A target environment is configured in a JSON file at this location:
3131
$WLSDEPLOY_HOME/lib/target/<target-name>/target.json
3232
```
3333
The `<target-name>` value corresponds to the value of the `-target` argument on the tool's command line. The WLS installation includes three pre-defined targets:
34-
- [Weblogic Kubernetes Operator](#the-weblogic-kubernetes-operator-target) (named `wko`)
34+
- [WebLogic Kubernetes Operator](#the-weblogic-kubernetes-operator-target) (named `wko`)
3535
- [Verrazzano](#the-verrazzano-target) (named `vz`)
3636
- [Kubernetes](#generic-kubernetes-target) (named `k8s`)
3737

@@ -42,7 +42,8 @@ Here is an example of a target environment file:
4242
{
4343
"model_filters" : {
4444
"discover": [
45-
{ "name": "vz_prep", "path": "@@TARGET_CONFIG_DIR@@/vz_filter.py" }
45+
{ "name": "vz_prep", "path": "@@TARGET_CONFIG_DIR@@/vz_filter.py" },
46+
{ "id": "wko_filter" }
4647
]
4748
},
4849
"variable_injectors" : {"PORT": {},"HOST": {},"URL": {}},

0 commit comments

Comments
 (0)