From dd650e775b7373ff962ef005140f2a23e9cf8ea3 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 4 May 2023 09:53:35 +0100 Subject: [PATCH] Add CAPABILITIES for poddisruptionbudget/v1 --- admin/libhelm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/libhelm.sh b/admin/libhelm.sh index 94a29f8..2f3e2f8 100644 --- a/admin/libhelm.sh +++ b/admin/libhelm.sh @@ -1,7 +1,7 @@ #!/bin/bash # Simulate well-known CRDs being available -API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1" +API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1 -a policy/v1/PodDisruptionBudget" # Waits for max 300s and retries function wait_for() {