mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-26 18:12:39 +00:00
increase kapp delete timeout
Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user