Skip to content

Commit 575cfac

Browse files
committed
Revert attempts to reduce CI flakes.
1 parent 754115a commit 575cfac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ jobs:
442442
kubectl config set-context --current --namespace=examples
443443
[[ -e setup.sh ]] && ./setup.sh
444444
kubectl apply -f rabbitmq.yaml --timeout=30s
445-
kubectl wait -f rabbitmq.yaml --for=condition=AllReplicasReady --timeout=10m
446-
kubectl wait -f rabbitmq.yaml --for=condition=ReconcileSuccess --timeout=10m
445+
kubectl wait -f rabbitmq.yaml --for=condition=AllReplicasReady --timeout=5m
446+
kubectl wait -f rabbitmq.yaml --for=condition=ReconcileSuccess --timeout=5m
447447
./test.sh
448448
kubectl delete -f rabbitmq.yaml --timeout=3m
449449
kubectl delete namespace examples --timeout=10m

docs/examples/vault-default-user/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
# Optionally, set Vault annotations as listed in
1010
# https://www.vaultproject.io/docs/platform/k8s/injector/annotations
1111
annotations:
12-
vault.hashicorp.com/template-static-secret-render-interval: "5m"
12+
vault.hashicorp.com/template-static-secret-render-interval: "15s"
1313
defaultUserPath: secret/data/rabbitmq/config

0 commit comments

Comments
 (0)