Skip to content

Commit 183dcfc

Browse files
authored
Merge pull request #156 from oracle/standardize-names-2
Update the docs to say that the domains should be deleted before the operators
2 parents c96ffa2 + f38c73d commit 183dcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/name-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ Similarly, the per-domain directory name is:
5050

5151
#### What If I Mess Up Creating a Domain or Operator And Want To Do It Again?
5252

53+
* Remove the resources that were created for the domain:
54+
* kubernetes/delete-weblogic-domain-resources.sh yourDomainUID
5355
* Remove the resources that were created for the operator:
5456
* kubectl delete -f weblogic-operator.yaml
5557
* kubectl delete -f weblogic-operator-security.yaml
56-
* Remove the resources that were created for the domain:
57-
* kubernetes/delete-weblogic-domain-resources.sh yourDomainUID
5858
* either remove the directory that was generated for that operator / domain, or remove the generated YAML files and the copy of the input file from it
5959
* make whatever changes you need in your inputs file
6060
* re-run the create script

0 commit comments

Comments
 (0)