Skip to content

Commit

Permalink
Update roles/network_plugin/cilium/templates/cilium/ds.yml.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Cyclinder <[email protected]>
  • Loading branch information
rl0nergan and cyclinder authored Dec 7, 2023
1 parent 67b405b commit 47b4859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/network_plugin/cilium/templates/cilium/ds.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
- {{ env_var | to_nice_yaml(indent=2) | indent(10) }}
{% endfor %}
lifecycle:
{% if cilium_version | regex_replace('v') is version('1.14', '<=') %}
{% if cilium_version | regex_replace('v') is version('1.14', '<') %}
postStart:
exec:
command:
Expand Down

0 comments on commit 47b4859

Please sign in to comment.