Skip to content

Commit 56b5656

Browse files
committed
minor doc fixwq
1 parent 7a7dd1f commit 56b5656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ externalDebugHttpPort: 30999
169169
# dns1123Fields: ""
170170

171171
# introspectorJobNameSuffix overrides the default suffix that the operator uses
172-
# to append to the domainUid to form the name of the domain introspector job name.
172+
# to append to the domainUID to form the name of the domain introspector job name.
173173
# Note that the resultant job name should not be more than 58 characters due to
174174
# the Kubernetes' limit to the name of a job and kubernetes appends additional 5
175175
# characters to the name of the pod that is created by the job controller.
@@ -178,8 +178,8 @@ externalDebugHttpPort: 30999
178178
# introspectorJobNameSuffix: "-introspector"
179179

180180
# externalServiceNameSuffix overrides the default suffix that the operator uses
181-
# to append to the domainUid and the admin server name to form the name of the
182-
# domain's admin server external service.
181+
# to append to the domainUID and the WebLogic admin server name to form the name
182+
# of the domain's admin server external service.
183183
# Note that the resultant name should not be more than 63 characters due to
184184
# the Kubernetes' limit to the name of a service.
185185
# The default suffix is '-ext'.

0 commit comments

Comments
 (0)