mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Rename bundles (#65)
- paas-full - paas-hosted - distro-full - distro-hosted Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -21,10 +21,10 @@ flux_is_ok() {
|
||||
|
||||
install_basic_charts() {
|
||||
bundle=$(kubectl get configmap -n cozy-system cozystack -o 'go-template={{index .data "bundle-name"}}')
|
||||
if [ "$bundle" = "full-paas" ] || [ "$bundle" = "full-distro" ]; then
|
||||
if [ "$bundle" = "paas-full" ] || [ "$bundle" = "distro-full" ]; then
|
||||
make -C packages/system/cilium apply
|
||||
fi
|
||||
if [ "$bundle" = "full-paas" ]; then
|
||||
if [ "$bundle" = "paas-full" ]; then
|
||||
make -C packages/system/kubeovn apply
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user