Skip to content

Commit 1c966bf

Browse files
committed
review updates
1 parent dc98345 commit 1c966bf

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

docs-source/content/userguide/managing-domains/domain-resource.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,6 @@ To confirm that the domain resource was created, use this command:
4242
$ kubectl describe domain [domain name] -n [namespace]
4343
```
4444

45-
### Additional Kubernetes features you can use in a domain resource
46-
47-
write me
48-
49-
#### Init Containers
50-
51-
write me
52-
53-
#### Sidecar support
54-
55-
write me
56-
57-
#### Security Contexts
58-
59-
write me
6045

6146

6247

kubernetes/samples/scripts/create-fmw-infrastructure-domain/common/createFMWDomain.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,12 @@ def usage():
231231
#domainUser is hard-coded to weblogic. You can change to other name of your choice. Command line paramter -user.
232232
domainUser = 'weblogic'
233233
#domainPassword will be passed by Command line parameter -password.
234-
#domainPassword = 'welcome1'
235234
domainPassword = None
236235
#rcuDb will be passed by command line parameter -rcuDb.
237236
rcuDb = None
238237
#change rcuSchemaPrefix to your infra schema prefix. Command line parameter -rcuPrefix.
239238
rcuSchemaPrefix = 'DEV12'
240239
#change rcuSchemaPassword to your infra schema password. Command line parameter -rcuSchemaPwd.
241-
#rcuSchemaPassword = 'welcome1'
242240
rcuSchemaPassword = None
243241

244242
i = 1

0 commit comments

Comments
 (0)