Fix kube_apply_* and update deploy scripts
This commit is contained in:
@@ -8,10 +8,8 @@ charts=(
|
||||
)
|
||||
|
||||
. ../config.sh
|
||||
|
||||
kubectl create ns $namespace
|
||||
kubectl_apply $namespace "${charts[@]}"
|
||||
kubectl_apply_files $namespace "${charts[@]}"
|
||||
kubectl apply \
|
||||
-n $namespace \
|
||||
-f https://raw.githubusercontent.com/kubernetes/dashboard/$version/aio/deploy/recommended.yaml
|
||||
-n $namespace \
|
||||
-f https://raw.githubusercontent.com/kubernetes/dashboard/$version/aio/deploy/recommended.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user