Skip to content

Commit 777897a

Browse files
author
Daman Arora
committed
Update error message
1 parent 6d8a7d8 commit 777897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesServiceHelperImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public Map<String, Long> getTemplateNodeTypeMap(Map<String, Map<String, String>>
252252

253253
protected void checkNodeTypeAffinityGroupEntryCompleteness(String nodeType, String affinityGroupUuids) {
254254
if (StringUtils.isAnyBlank(nodeType, affinityGroupUuids)) {
255-
String error = String.format("Any Node Type to Affinity Group entry should have a valid '%s' and '%s' values",
255+
String error = String.format("Any Node Type to Affinity Group entry should have valid '%s' and '%s' values",
256256
VmDetailConstants.CKS_NODE_TYPE, VmDetailConstants.AFFINITY_GROUP);
257257
logger.error(error);
258258
throw new InvalidParameterValueException(error);

0 commit comments

Comments
 (0)