We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbfd5f commit 24e48ceCopy full SHA for 24e48ce
kubernetes/samples/scripts/create-weblogic-domain/create-weblogic-credentials.sh
@@ -12,7 +12,7 @@
12
# 1) secretName - if specified
13
# 2) domain1-weblogic-credentials - if secretName and domainUID are both not specified. This is the default out-of-the-box.
14
# 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 "".
+# 4) weblogic-credentials - if secretName is not specified, and domainUID is specified as "".
16
#
17
# The generated secret will be labeled with
18
# weblogic.domainUID=$domainUID
0 commit comments