We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d341361 commit db88d0bCopy full SHA for db88d0b
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