Skip to content

Commit

Permalink
Merge pull request #1622 from CJCShadowsan/deploy-script-kustomize-fix
Browse files Browse the repository at this point in the history
🌱 Improve deploy.sh to differentiate between build and run of kustomize
  • Loading branch information
metal3-io-bot authored Oct 8, 2024
2 parents 4ba960b + e7d481d commit a32e289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ mkdir -p "${TEMP_BMO_OVERLAY}"
mkdir -p "${TEMP_IRONIC_OVERLAY}"

KUSTOMIZE="${SCRIPTDIR}/tools/bin/kustomize"
make -C "$(dirname "$0")/.." "${KUSTOMIZE}"
KUSTOMIZE_BUILD="tools/bin/kustomize"
make -C "$(dirname "$0")/.." "${KUSTOMIZE_BUILD}"

#
# Generate credentials as needed
Expand Down

0 comments on commit a32e289

Please sign in to comment.