From 0c4687de30e9936b5e5be600102c407aa9db7bfa Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Tue, 6 Nov 2018 10:55:14 +0100 Subject: [PATCH] Redeploy secrets. --- tests/acceptance/semiautomation/test7a.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/acceptance/semiautomation/test7a.fish b/tests/acceptance/semiautomation/test7a.fish index ff36c6770..3e0ecb339 100755 --- a/tests/acceptance/semiautomation/test7a.fish +++ b/tests/acceptance/semiautomation/test7a.fish @@ -38,6 +38,11 @@ and waitForKubectl "get service" "$DEPLOYMENT2-ea *LoadBalancer" "-v;pending" 1 and waitForKubectl "get service" "$DEPLOYMENT2-sync *LoadBalancer" "-v;pending" 1 180 or fail "Deployment did not get ready." +# Deploy secrets separately for sync to pick them up: +kubectl get secret src-accesspackage --template='{{index .data "accessPackage.yaml"}}' | base64 -d > accessPackage.yaml +and kubectl apply -f accessPackage.yaml +or fail "Could not redeploy secrets for replication auth." + # Automatic check set ip (getLoadBalancerIP "$DEPLOYMENT-ea") testArangoDB $ip 120