Skip to content

Commit 24e48ce

Browse files
committed
Fix a copy-and-paste error
Signed-off-by: doxiao <[email protected]>
1 parent 1bbfd5f commit 24e48ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/create-weblogic-credentials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# 1) secretName - if specified
1313
# 2) domain1-weblogic-credentials - if secretName and domainUID are both not specified. This is the default out-of-the-box.
1414
# 3) <domainUID>-weblogic-credentials - if secretName is not specified, and domainUID is specified.
15-
# 4) <domainUID>-weblogic-credentials - if secretName is not specified, and domainUID is specified as "".
15+
# 4) weblogic-credentials - if secretName is not specified, and domainUID is specified as "".
1616
#
1717
# The generated secret will be labeled with
1818
# weblogic.domainUID=$domainUID

0 commit comments

Comments
 (0)