mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
[vpc] Install Multus by default
## What this PR does The recent patch introducing VPCs in Cozystack did not include enabling Multus, which is a dependency for this feature. This patch enables Multus by default in the paas-full bundles. ### Release-note ```release-note [vpc] Enable Multus by default as a necessary dependency for VPCs. ``` Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
@@ -76,6 +76,13 @@ releases:
|
||||
namespace: cozy-kubeovn
|
||||
dependsOn: [cilium,kubeovn]
|
||||
|
||||
- name: multus
|
||||
releaseName: multus
|
||||
chart: cozy-multus
|
||||
namespace: cozy-multus
|
||||
privileged: true
|
||||
dependsOn: [cilium,kubeovn]
|
||||
|
||||
- name: cozy-proxy
|
||||
releaseName: cozystack
|
||||
chart: cozy-cozy-proxy
|
||||
|
||||
Reference in New Issue
Block a user