File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/examples/vault-default-user Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments