Skip to content

Commit df16ecc

Browse files
committed
Resolution to review Comment from Ryan
1 parent 6200586 commit df16ecc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/wdt_model_configured.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ domainInfo:
33
AdminPassword: '@@FILE:/weblogic-operator/secrets/password@@'
44
ServerStartMode: prod
55
RCUDbInfo:
6-
rcu_prefix : '@@PROP:rcuSchemaPrefix@@'
7-
rcu_schema_password : Oradoc_db1
8-
rcu_admin_password : Oradoc_db1
9-
rcu_db_conn_string : '@@PROP:rcuDatabaseURL@@'
6+
rcu_prefix: '@@PROP:rcuSchemaPrefix@@'
7+
rcu_schema_password: Oradoc_db1
8+
rcu_admin_password: Oradoc_db1
9+
rcu_db_conn_string: '@@PROP:rcuDatabaseURL@@'
1010
topology:
1111
AdminServerName: '@@PROP:adminServerName@@'
1212
Name: '@@PROP:domainName@@'

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/wdt_model_dynamic.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ domainInfo:
33
AdminPassword: '@@FILE:/weblogic-operator/secrets/password@@'
44
ServerStartMode: prod
55
RCUDbInfo:
6-
rcu_prefix : '@@PROP:rcuSchemaPrefix@@'
7-
rcu_schema_password : Oradoc_db1
8-
rcu_admin_password : Oradoc_db1
9-
rcu_db_conn_string : '@@PROP:rcuDatabaseURL@@'
6+
rcu_prefix: '@@PROP:rcuSchemaPrefix@@'
7+
rcu_schema_password: Oradoc_db1
8+
rcu_admin_password: Oradoc_db1
9+
rcu_db_conn_string: '@@PROP:rcuDatabaseURL@@'
1010
topology:
1111
Name: '@@PROP:domainName@@'
1212
AdminServerName: '@@PROP:adminServerName@@'

0 commit comments

Comments
 (0)