Skip to content

Commit

Permalink
Redeploy secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
neunhoef committed Nov 6, 2018
1 parent 8188d3a commit 0c4687d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/acceptance/semiautomation/test7a.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4687d

Please sign in to comment.