We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e2858 commit 14703d9Copy full SHA for 14703d9
cmk/plugins/podman/rulesets/agent_plugin_config.py
@@ -102,7 +102,7 @@ def _validate_absolute_posix_path(value: str) -> None:
102
103
rule_spec_podman_bakelet = AgentConfig(
104
name="mk_podman",
105
- title=Title("Podman node and containers"),
+ title=Title("Podman hosts and containers (Linux)"),
106
topic=Topic.APPLICATIONS,
107
parameter_form=_agent_config_mk_podman,
108
)
0 commit comments