Include IPAM in-cluster provider
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-04 11:22:17 +01:00
parent f3224416cb
commit f68189e3b7
4 changed files with 21 additions and 1 deletions

View File

@ -11,6 +11,9 @@ providers:
- name: "vsphere"
url: "/opt/metacluster/cluster-api/infrastructure-vsphere/{{ _template.version.infrastructure_vsphere }}/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "in-cluster"
url: "/opt/metacluster/cluster-api/ipam-incluster/{{ _template.version.ipam_incluster }}/ipam-components.yaml"
type: "IPAMProvider"
cert-manager:
url: "/opt/metacluster/cluster-api/cert-manager/{{ _template.version.cert_manager }}/cert-manager.yaml"