We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8188d3a commit 0c4687dCopy full SHA for 0c4687d
tests/acceptance/semiautomation/test7a.fish
@@ -38,6 +38,11 @@ and waitForKubectl "get service" "$DEPLOYMENT2-ea *LoadBalancer" "-v;pending" 1
38
and waitForKubectl "get service" "$DEPLOYMENT2-sync *LoadBalancer" "-v;pending" 1 180
39
or fail "Deployment did not get ready."
40
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
+
46
# Automatic check
47
set ip (getLoadBalancerIP "$DEPLOYMENT-ea")
48
testArangoDB $ip 120
0 commit comments