increase kapp delete timeout

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-06-30 12:24:23 -07:00
parent 085e18a2b2
commit 60e53aa50b
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -euo pipefail
export KUBECONFIG="$PWD/cluster/metadata"
kapp delete --app "${APP_SELECTOR}" --wait-timeout 2m --yes
kapp delete --app "${APP_SELECTOR}" --wait-timeout 4m --yes