Product-Manager/start-app.sh
2022-05-07 16:44:18 +05:30

5 lines
110 B
Bash

#!/bin/bash
echo "Deploying the app"
kubectl apply -f ./k8s --namespace vinayakrao
echo "The app is deployed"