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 6f1a4f8 commit e4e7eb2Copy full SHA for e4e7eb2
tests/acceptance/semiautomation/cluster-sync1.yaml
@@ -0,0 +1,15 @@
1
+apiVersion: "database.arangodb.com/v1alpha"
2
+kind: "ArangoDeployment"
3
+metadata:
4
+ name: "acceptance-cluster1"
5
+spec:
6
+ environment: @ENVIRONMENT@
7
+ image: @IMAGE@
8
+ externalAccess:
9
+ type: LoadBalancer
10
+ mode: Cluster
11
+ sync:
12
+ enabled: true
13
14
15
+ accessPackageSecretNames: ["src-accesspackage"]
0 commit comments