Skip to content
Snippets Groups Projects
Unverified Commit af7edf4d authored by Chad Swenson's avatar Chad Swenson Committed by GitHub
Browse files

Merge pull request #2369 from eviln1/fix-insecure-apiserver-port

fix apiserver manifest when disabling insecure_port
parents 0fd3b9f7 2bd3776d
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ spec: ...@@ -123,7 +123,7 @@ spec:
httpGet: httpGet:
host: 127.0.0.1 host: 127.0.0.1
path: /healthz path: /healthz
{% if kube_apiserver_insecure_port == 0 %} {% if kube_apiserver_insecure_port|int == 0 %}
port: {{ kube_apiserver_port }} port: {{ kube_apiserver_port }}
scheme: HTTPS scheme: HTTPS
{% else %} {% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment