mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
cilium: AWS support
This commit is contained in:
parent
ac3768bbc9
commit
37e8f5fc28
3 changed files with 50 additions and 35 deletions
|
@ -93,10 +93,12 @@ func (i *ChartLoader) loadCilium(csp cloudprovider.Provider, conformanceMode boo
|
|||
|
||||
var ciliumVals map[string]any
|
||||
switch csp {
|
||||
case cloudprovider.GCP:
|
||||
ciliumVals = gcpVals
|
||||
case cloudprovider.AWS:
|
||||
ciliumVals = awsVals
|
||||
case cloudprovider.Azure:
|
||||
ciliumVals = azureVals
|
||||
case cloudprovider.GCP:
|
||||
ciliumVals = gcpVals
|
||||
case cloudprovider.QEMU:
|
||||
ciliumVals = qemuVals
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue