Skip to content

Commit db88d0b

Browse files
committed
fix: rename Podman rule title for clarity
CMK-29487 Change-Id: I3d5a9d02a423ad0effa66e037462b15323f1f4b8
1 parent d341361 commit db88d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmk/plugins/podman/rulesets/agent_plugin_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _validate_absolute_posix_path(value: str) -> None:
102102

103103
rule_spec_podman_bakelet = AgentConfig(
104104
name="mk_podman",
105-
title=Title("Podman node and containers"),
105+
title=Title("Podman hosts and containers (Linux)"),
106106
topic=Topic.APPLICATIONS,
107107
parameter_form=_agent_config_mk_podman,
108108
)

0 commit comments

Comments
 (0)