File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
- (Maintenance) Generics for type handling
11
11
- (Bugfix) Fix creating sync components with EA type set to Managed and headless svc
12
12
- (Feature) Check if Volume with LocalStorage is missing
13
- - (Feature) Add disallowConcurrent option to ArangoBackupPolicy
13
+ - (Feature) Add allowConcurrent option to ArangoBackupPolicy
14
14
- (Feature) Allow to recreate Local volumes
15
15
16
16
## [ 1.2.27] ( https://github.com/arangodb/kube-arangodb/tree/1.2.27 ) (2023-04-27)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
type ArangoBackupPolicySpec struct {
30
30
// Schedule is cron-compatible specification of backup schedule
31
31
Schedule string `json:"schedule"`
32
- // AllowConcurrent if true , ArangoBackup will not be created when previous Backups are not finished. Defaults to true
32
+ // AllowConcurrent if false , ArangoBackup will not be created when previous Backups are not finished. Defaults to true
33
33
AllowConcurrent * bool `json:"allowConcurrent,omitempty"`
34
34
// DeploymentSelector specifies which deployments should get a backup
35
35
DeploymentSelector * meta.LabelSelector `json:"selector,omitempty"`
You can’t perform that action at this time.
0 commit comments