Skip to content

Commit 66eb12e

Browse files
committed
Added template for cluster with sync
1 parent 6086a21 commit 66eb12e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/design/acceptance_test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Acceptance test for kube-arangodb operator on specific Kubernetes platform
22

33
This acceptance test plan describes all test scenario's that must be executed
4-
succesfully in order to consider the kube-arangodb operator production ready
4+
successfully in order to consider the kube-arangodb operator production ready
55
on a specific Kubernetes setup (from now on we'll call a Kubernetes setup a platform).
66

77
## Platform parameters
@@ -96,7 +96,7 @@ This test requires the use of the enterprise image.
9696

9797
Create an `ArangoDeployment` of mode `Cluster` and dc2dc enabled.
9898

99-
Hint: Derive `tests/acceptance/cluster.yaml`.
99+
Hint: Derive from `tests/acceptance/cluster-sync.yaml`.
100100

101101
- [ ] The deployment must start
102102
- [ ] The deployment must yield 15 `Pods`

tests/acceptance/cluster-sync.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: "database.arangodb.com/v1alpha"
2+
kind: "ArangoDeployment"
3+
metadata:
4+
name: "acceptance-cluster"
5+
spec:
6+
mode: Cluster
7+
image: <todo set enterprise image>
8+
sync:
9+
enabled: true

0 commit comments

Comments
 (0)