Skip to content

Commit b902b0b

Browse files
committed
Fix some more documentation issues
1 parent 77ceaa8 commit b902b0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/name-changes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Some of the contents of the inputs files have changed:
110110
#### Property Values
111111

112112
| Previous Property Name | Property Name | Old Property Value | New Property Value |
113-
| --- | --- | --- |
113+
| --- | --- | --- | --- |
114114
| externalRestOption | externalRestOption | none | NONE |
115115
| externalRestOption | externalRestOption | custom-cert | CUSTOM_CERT |
116116
| externalRestOption | externalRestOption | self-signed-cert | SELF_SIGNED_CERT |
@@ -139,14 +139,15 @@ Some of the contents of the inputs files have changed:
139139
#### Properties that must be customized
140140
The following input properties, which used to have default values, now must be uncommented and customized:
141141
| Previous Property Name | New Property Name | Previous Default Value | Notes |
142+
| --- | --- | --- | --- |
142143
| domainUid | domainUID | domain1 | Since the domain UID is supposed to be globally unique, the customer must choose one. |
143144
| persistencePath | weblogicDomainStoragePath | /scratch/k8s_dir/persistentVolume001 | The customer must select a directory for the domain's storage. |
144145
| nfsServer | weblogicDomainStorageNFSServer | nfsServer | If weblogicDomainStorageType is NFS, then the customer must specify the name or IP of the NFS server. |
145146

146147
#### Property Values
147148

148149
| Previous Property Name | New Property Name | Old Property Value | New Property Value |
149-
| --- | --- | --- |
150+
| --- | --- | --- | --- |
150151
| loadBalancer | loadBalancer | none | NONE |
151152
| loadBalancer | loadBalancer | traefik | TRAEFIK |
152153
| persistenceType | weblogicDomainStorageType | hostPath | HOST_PATH |

0 commit comments

Comments
 (0)