mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
Compare commits
1 Commits
v0.34.0-be
...
rename-bun
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06b46d75bb |
@@ -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