flow setup. not tested yet

pull/1/head
Daniel Mikula 2023-05-15 15:28:41 +02:00
parent 0f232626f2
commit 98583695c4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ install_sock_shop () {
kubectl create namespace sock-shop kubectl create namespace sock-shop
kubectl apply -f complete-demo.yaml kubectl apply -f complete-demo.yaml
echo "Getting Pods from sock-shop namespace" echo "Getting Pods from sock-shop namespace"
k3s kubectl get pods -n sock-shop kubectl get pods -n sock-shop
} }
show_help() { show_help() {