We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbac857 commit 50f04b9Copy full SHA for 50f04b9
test/bats/e2e-provider.bats
@@ -109,7 +109,7 @@ function enable_secret_rotation() {
109
kubectl wait -n rotation --for=condition=Ready --timeout=60s pod ${curl_pod_name}
110
local pod_ip=$(kubectl get pod -n kube-system -l app=csi-secrets-store-e2e-provider -o jsonpath="{.items[0].status.podIP}")
111
run kubectl exec ${curl_pod_name} -n rotation -- curl http://${pod_ip}:8080/rotation?rotated=true
112
- sleep 35 # 30 is poll interval, 5 second grace should be enough
+ sleep 60
113
}
114
115
function disable_secret_rotation() {
0 commit comments