Skip to content
Snippets Groups Projects
Unverified Commit bb67d952 authored by Serge Hartmann's avatar Serge Hartmann Committed by GitHub
Browse files

Fix crio_version version comparison (#10780)

parent a306f15a
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ enable_metrics = {{ crio_enable_metrics | bool | lower }}
# The port on which the metrics server will listen.
metrics_port = {{ crio_metrics_port }}
{% if nri_enabled and crio_version >= v1.26.0 %}
{% if nri_enabled and crio_version is version('v1.26.0', operator='>=') %}
[crio.nri]
enable_nri=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment