From 0153433adfd4713cd9d976b15409aea21c311319 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 94a29f88..2f3e2f82 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() {