Use helm_apply and misc fixes
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
TOP="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||||
|
||||
namespace=default
|
||||
|
||||
charts=(
|
||||
busynix.yaml
|
||||
)
|
||||
charts=( busynix.yaml )
|
||||
|
||||
cd $TOP
|
||||
. ../config.sh
|
||||
|
||||
kubectl_apply_files $namespace "${charts[@]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user