File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kubernetes/charts/weblogic-operator Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ externalDebugHttpPort: 30999
169
169
# dns1123Fields: ""
170
170
171
171
# 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.
173
173
# Note that the resultant job name should not be more than 58 characters due to
174
174
# the Kubernetes' limit to the name of a job and kubernetes appends additional 5
175
175
# characters to the name of the pod that is created by the job controller.
@@ -178,8 +178,8 @@ externalDebugHttpPort: 30999
178
178
# introspectorJobNameSuffix: "-introspector"
179
179
180
180
# 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.
183
183
# Note that the resultant name should not be more than 63 characters due to
184
184
# the Kubernetes' limit to the name of a service.
185
185
# The default suffix is '-ext'.
You can’t perform that action at this time.
0 commit comments