From fc220d5f79f5b9b0adbc3265b5f863809f15fb5f Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Mon, 14 Sep 2020 13:41:21 -0500 Subject: [PATCH] Remove kubectl dry-run verify for now. The dry-run fails now because we are trying to install a CRD and a custom resource (of that CRD type) in the same step. Signed-off-by: Matt Moyer --- hack/prepare-for-integration-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/prepare-for-integration-tests.sh b/hack/prepare-for-integration-tests.sh index d68fb6eb..b4e06249 100755 --- a/hack/prepare-for-integration-tests.sh +++ b/hack/prepare-for-integration-tests.sh @@ -189,7 +189,6 @@ ytt --file . \ --data-value "webhook_ca_bundle=$webhook_ca_bundle" \ --data-value "discovery_url=$discovery_url" >"$manifest" -kubectl apply --dry-run=client -f "$manifest" # Validate manifest schema. kapp deploy --yes --app "$app_name" --diff-changes --file "$manifest" popd >/dev/null