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