diff --git a/scripts/k8s-plan.sh b/scripts/k8s-plan.sh index b9f7fb8..1452f41 100755 --- a/scripts/k8s-plan.sh +++ b/scripts/k8s-plan.sh @@ -2,6 +2,8 @@ set -euxo pipefail +mkdir -p "$(dirname "$MANIFEST_OUTPUT")" + kustomize build deployments/kubernetes | envsubst >"$MANIFEST_OUTPUT" # To avoid failing when there is a diff. set +e