Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
- (Bugfix) Orphan PVC are not removed
- (Bugfix) Remove LocalStorage Deadlock

## [1.2.10](https://github.com/arangodb/kube-arangodb/tree/1.2.10) (2022-04-27)
- (Feature) Allow configuration for securityContext.runAsUser value
Expand Down
2 changes: 0 additions & 2 deletions pkg/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ func (o *Operator) onStartDeploymentReplication(stop <-chan struct{}) {
// onStartStorage starts the storage operator and run till given channel is closed.
func (o *Operator) onStartStorage(stop <-chan struct{}) {
o.waitForCRD(lsapi.ArangoLocalStorageCRDName, nil)
o.runDeploymentReplications(stop)

o.runLocalStorages(stop)
}

Expand Down