Skip to content

Commit 45dff1e

Browse files
committed
Minor changes to sample to use long WDT names at the start.
1 parent 6dc1226 commit 45dff1e

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

documentation/4.1/content/samples/domains/domain-home-on-pv/cleanup.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ weight: 4
4343
$ kubectl -n sample-domain1-ns delete secret sample-domain1-weblogic-credentials
4444
```
4545

46-
#### Remove the domain namespace
47-
1. Configure the Traefik ingress controller to stop managing the ingresses in the domain namespace.
48-
49-
```shell
50-
$ helm upgrade traefik-operator traefik/traefik \
51-
--namespace traefik \
52-
--reuse-values \
53-
--set "kubernetes.namespaces={traefik}"
54-
```
55-
5646
#### Remove the operator
5747

5848
1. Remove the operator.

documentation/4.1/content/samples/domains/domain-home-on-pv/sample.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,4 +499,6 @@ $ kubectl delete PV sample-domain1-weblogic-sample-pv
499499

500500
#### Delete the domain namespace.
501501

502+
```
502503
$ kubectl delete namespace sample-domain1-ns
504+
```

documentation/4.1/content/samples/domains/model-in-image/auxiliary-image-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "Create WebLogic images using the WebLogic Image Tool and WebLogic
1313

1414
Auxiliary image creation step uses the WebLogic Image Tool to create a Model in Image `auxiliary image`. This image contains:
1515
- A WebLogic Deploy Tooling installation (expected in an image's `/auxiliary/weblogic-deploy` directory by default).
16-
- WDT model YAML, property, and archive files (expected in directory `/auxiliary/models` by default).
16+
- WDT model YAML file (model), WDT variable (property), and WDT archive ZIP (archive) files (expected in directory `/auxiliary/models` by default).
1717

1818
### Auxiliary image creation
1919

0 commit comments

Comments
 (0)