Skip to content

Commit 0c4687d

Browse files
committed
Redeploy secrets.
1 parent 8188d3a commit 0c4687d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/acceptance/semiautomation/test7a.fish

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ and waitForKubectl "get service" "$DEPLOYMENT2-ea *LoadBalancer" "-v;pending" 1
3838
and waitForKubectl "get service" "$DEPLOYMENT2-sync *LoadBalancer" "-v;pending" 1 180
3939
or fail "Deployment did not get ready."
4040

41+
# Deploy secrets separately for sync to pick them up:
42+
kubectl get secret src-accesspackage --template='{{index .data "accessPackage.yaml"}}' | base64 -d > accessPackage.yaml
43+
and kubectl apply -f accessPackage.yaml
44+
or fail "Could not redeploy secrets for replication auth."
45+
4146
# Automatic check
4247
set ip (getLoadBalancerIP "$DEPLOYMENT-ea")
4348
testArangoDB $ip 120

0 commit comments

Comments
 (0)