#!/bin/bash set -e echo "Executing app deploy." kubectl kustomize ./services/node-red/deploy/app | kubectl apply -f -