Skip to content

Commit

Permalink
chore: change selection template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 812aa68 commit 3f2d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extservice/service_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (m *ServiceStatusCheckAction) Describe() action_kit_api.ActionDescription {
QuantityRestriction: extutil.Ptr(action_kit_api.All),
SelectionTemplates: extutil.Ptr([]action_kit_api.TargetSelectionTemplate{
{
Label: "default",
Label: "service name",
Description: extutil.Ptr("Find service by cluster, namespace and service"),
Query: "k8s.cluster-name=\"\" AND k8s.namespace=\"\" AND k8s.service.name=\"\"",
},
Expand Down

0 comments on commit 3f2d8fe

Please sign in to comment.