mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
helm: add OpenStack charts
This commit is contained in:
parent
67f5625f99
commit
e5124d1a97
10 changed files with 231 additions and 55 deletions
|
@ -99,7 +99,7 @@ func (h *Client) InstallCilium(ctx context.Context, kubectl k8sapi.Client, relea
|
|||
h.Wait = release.Wait
|
||||
|
||||
switch in.CloudProvider {
|
||||
case "aws", "azure", "qemu":
|
||||
case "aws", "azure", "openstack", "qemu":
|
||||
return h.installCiliumGeneric(ctx, release, in.LoadBalancerEndpoint)
|
||||
case "gcp":
|
||||
return h.installCiliumGCP(ctx, kubectl, release, in.NodeName, in.FirstNodePodCIDR, in.SubnetworkPodCIDR, in.LoadBalancerEndpoint)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue