#!/bin/bash kubectl create namespace application --dry-run=client -o yaml | kubectl apply -f - helm install tasks-app ./tasks-app -n application