File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ master] ( https://github.com/arangodb/kube-arangodb/tree/master ) (N/A)
44- (Bugfix) Orphan PVC are not removed
5+ - (Bugfix) Remove LocalStorage Deadlock
56
67## [ 1.2.10] ( https://github.com/arangodb/kube-arangodb/tree/1.2.10 ) (2022-04-27)
78- (Feature) Allow configuration for securityContext.runAsUser value
Original file line number Diff line number Diff line change @@ -204,8 +204,6 @@ func (o *Operator) onStartDeploymentReplication(stop <-chan struct{}) {
204204// onStartStorage starts the storage operator and run till given channel is closed.
205205func (o * Operator ) onStartStorage (stop <- chan struct {}) {
206206 o .waitForCRD (lsapi .ArangoLocalStorageCRDName , nil )
207- o .runDeploymentReplications (stop )
208-
209207 o .runLocalStorages (stop )
210208}
211209
You can’t perform that action at this time.
0 commit comments