mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
fixing for jinja2 syntax
This commit is contained in:
@@ -48,7 +48,7 @@ spec:
|
||||
args:
|
||||
# command = "/kube2sky"
|
||||
{% if dns_domain -%}- -domain={{ dns_domain }} {% else %} - -domain=cluster.local {% endif %}
|
||||
- -kube_master_url=http://{{private_address}}:8080
|
||||
- -kube_master_url=http://{{ private_address }}:8080
|
||||
- name: skydns
|
||||
image: gcr.io/google_containers/skydns:2015-03-11-001
|
||||
resources:
|
||||
|
Reference in New Issue
Block a user