Skip to content

Commit f2c44ec

Browse files
committed
fix issue in create domain job using domain name other than base_domain
1 parent 5972768 commit f2c44ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/internal/create-weblogic-domain-job-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ data:
181181
set('DomainsDirRemoteSharingEnabled', 'true')
182182
183183
# Set the Node Manager user name and password (domain name will change after writeDomain)
184-
cd('/SecurityConfiguration/%DOMAIN_NAME%')
184+
cd('/SecurityConfiguration/base_domain')
185185
set('NodeManagerUsername', admin_username)
186186
set('NodeManagerPasswordEncrypted', admin_password)
187187

0 commit comments

Comments
 (0)