Skip to content

Commit 676e30c

Browse files
committed
Add single quotes around domain resource paths
1 parent aacb732 commit 676e30c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

operator/src/main/resources/Operator.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ WLSKO-0155=Unexpected exception, {0}, while parsing introspect job log [{1}].
164164

165165
# Domain status messages
166166

167-
WLSDO-0001=More than one item under spec.managedServers in the domain resource has DNS-1123 name ''{0}''"
168-
WLSDO-0002=More than one item under spec.clusters in the domain resource has DNS-1123 name ''{0}''
167+
WLSDO-0001=More than one item under ''spec.managedServers'' in the domain resource has DNS-1123 name ''{0}''"
168+
WLSDO-0002=More than one item under ''spec.clusters'' in the domain resource has DNS-1123 name ''{0}''
169169
WLSDO-0003=No volume mount contains path for log home ''{0}''
170-
WLSDO-0004=The mount path ''{0}'', in entry ''{1}'' of domain resource additionalVolumeMounts, is not valid
171-
WLSDO-0005=Environment {0} {1}, specified under {2}, {3} reserved for use by the operator
170+
WLSDO-0004=The mount path ''{0}'', in entry ''{1}'' of domain resource ''additionalVolumeMounts'', is not valid
171+
WLSDO-0005=Environment {0} {1}, specified under ''{2}'', {3} reserved for use by the operator
172172
oneEnvVar=variable
173173
multipleEnvVars=variables
174174
singularToBe=is

0 commit comments

Comments
 (0)