summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2023-07-09 17:27:45 -0400
committerGitHub <noreply@github.com>2023-07-09 17:27:45 -0400
commit8dd44c84a6a3be8ed692ec74adcd56fb18265b1b (patch)
treed4c3457c330c18f0fadbfcec53442e2939823011 /hack
parent972500fc657f5980915f07317f963b4b091e4ff7 (diff)
ci: Fix codegen and update kustomize to post-2.0 (#590)
* ci: Fix codegen Signed-off-by: jannfis <jann@mistrust.net> * Fix tar call Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/generate-manifests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/generate-manifests.sh b/hack/generate-manifests.sh
index 91bec84..575225b 100755
--- a/hack/generate-manifests.sh
+++ b/hack/generate-manifests.sh
@@ -6,7 +6,7 @@ set -x
SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )"
# Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl
# integration.
-KUSTOMIZE=${KUSTOMIZE:-kustomize2}
+KUSTOMIZE=${KUSTOMIZE:-kustomize}
TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX)
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}"