add basic azure support for kargo

This commit is contained in:
Sebastian Melchior
2016-11-29 10:20:28 +01:00
parent 5b382668f5
commit bb55f68f95
8 changed files with 145 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ spec:
{% endif %}
- --v={{ kube_log_level }}
- --allow-privileged=true
{% if cloud_provider is defined and cloud_provider == "openstack" %}
{% if cloud_provider is defined and cloud_provider in ["openstack", "azure"] %}
- --cloud-provider={{ cloud_provider }}
- --cloud-config={{ kube_config_dir }}/cloud_config
{% elif cloud_provider is defined and cloud_provider == "aws" %}