Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Muransky committed Oct 12, 2024
1 parent 6300859 commit 5a2d7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ cluster-cidr: "{% for network in rke2_cluster_cidr %}{{ network }}{% if not loop
service-cidr: "{% for network in rke2_service_cidr %}{{ network }}{% if not loop['last'] %},{% endif %}{% endfor %}"
{% if (rke2_selinux | bool ) %}
selinux: true
{% endif %}
{% endif %}

0 comments on commit 5a2d7ec

Please sign in to comment.