Skip to content

Commit

Permalink
Small fix to k8s plan script.
Browse files Browse the repository at this point in the history
  • Loading branch information
larwef committed Oct 27, 2023
1 parent 946f9db commit 1045421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/k8s-plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1045421

Please sign in to comment.