Skip to content
Snippets Groups Projects
Unverified Commit 46284198 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #2298 from clkao/patch-2

Fix version comparison
parents 99161008 338238d0
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ spec: ...@@ -102,7 +102,7 @@ spec:
{% if kube_feature_gates %} {% if kube_feature_gates %}
- --feature-gates={{ kube_feature_gates|join(',') }} - --feature-gates={{ kube_feature_gates|join(',') }}
{% endif %} {% endif %}
{% if kube_version | version_compare('1.9', '>=') %} {% if kube_version | version_compare('v1.9', '>=') %}
- --requestheader-client-ca-file={{ kube_cert_dir }}/ca.pem - --requestheader-client-ca-file={{ kube_cert_dir }}/ca.pem
- --requestheader-allowed-names=front-proxy-client - --requestheader-allowed-names=front-proxy-client
- --requestheader-extra-headers-prefix=X-Remote-Extra- - --requestheader-extra-headers-prefix=X-Remote-Extra-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment