Skip to content

Commit 63408f5

Browse files
committed
Merge branch 'xc-117612-42' into 'release/4.2'
Fix ItFmwDomainOnPVSample failed in release/4.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4681
2 parents 82271ce + 3bd0715 commit 63408f5

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/wdt-artifacts/wdt-model-files/JRF-v1

1 file changed

+2
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/wdt-artifacts/wdt-model-files/JRF-v1/model.10.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, 2023, Oracle and/or its affiliates.
1+
# Copyright (c) 2020, 2024, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
domainInfo:
@@ -9,7 +9,7 @@ domainInfo:
99
rcu_prefix: '@@SECRET:@@ENV:DOMAIN_UID@@-rcu-access:rcu_prefix@@'
1010
rcu_schema_password: '@@SECRET:@@ENV:DOMAIN_UID@@-rcu-access:rcu_schema_password@@'
1111
rcu_db_conn_string: '@@SECRET:@@ENV:DOMAIN_UID@@-rcu-access:rcu_db_conn_string@@'
12-
rcu_db_user: sys
12+
rcu_admin_user: sys
1313
rcu_admin_password: '@@SECRET:@@ENV:DOMAIN_UID@@-rcu-access:rcu_schema_password@@'
1414

1515
topology:

0 commit comments

Comments
 (0)