Skip to content

Commit f7c34ab

Browse files
authored
Correct typo on Targets documentation (#898)
1 parent 910bc90 commit f7c34ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/1.9/content/userguide/target_env.md

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

3738
You can define a new or extended target environment with a new `target-name` in the above location, or using a [Custom configuration]({{< relref "/userguide/tools-config/custom_config.md" >}}) directory, such as `$WDT_CUSTOM_CONFIG/target/<my-target-name>/target.json`.
3839

0 commit comments

Comments
 (0)