Skip to content

Commit

Permalink
Update kustomize.sh
Browse files Browse the repository at this point in the history
Fix typo in the kustomize script. While this works in 1.26 later versions of kustomize and kubernetes sees this an an error.
  • Loading branch information
cloudnull committed Jan 24, 2024
1 parent 7d9f0f8 commit 9fa3cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
pushd $(dirname "${BASH_SOURCE[0]}") &>/dev/null
cat <&0 > ${1}/../base/all.yaml
kubectl kustomize --reorder='none' ${1}
popd &>/dev/nulls
popd &>/dev/null

0 comments on commit 9fa3cb9

Please sign in to comment.