We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad11cee commit 33807dbCopy full SHA for 33807db
hack/generate-manifests.sh
@@ -6,7 +6,7 @@ set -x
6
SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )"
7
# Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl
8
# integration.
9
-KUSTOMIZE=${KUSTOMIZE:-kustomize}
+KUSTOMIZE=${KUSTOMIZE:-kustomize2}
10
TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX)
11
12
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}"
0 commit comments