Skip to content

Commit 33807db

Browse files
committed
fix: Switch back to generate manfistes with kustomize2
Signed-off-by: jannfis <[email protected]>
1 parent ad11cee commit 33807db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/generate-manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -x
66
SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )"
77
# Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl
88
# integration.
9-
KUSTOMIZE=${KUSTOMIZE:-kustomize}
9+
KUSTOMIZE=${KUSTOMIZE:-kustomize2}
1010
TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX)
1111

1212
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}"

0 commit comments

Comments
 (0)