Add CAPABILITIES for poddisruptionbudget/v1

This commit is contained in:
Stefan Reimer 2023-05-04 09:53:35 +01:00
parent 2e1eadcdf6
commit dd650e775b
1 changed files with 1 additions and 1 deletions

View File

@ -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() {