File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313- (Feature) Add proper Prometheus endpoint compression + 204 response code
1414- (Feature) Reconciliation Loop Interval option
1515- (Bugfix) Fix GZIP encoding in case of small responses
16+ - (Bugfix) Fix PVC Rotation Discovery
1617
1718## [ 1.2.32] ( https://github.com/arangodb/kube-arangodb/tree/1.2.32 ) (2023-08-07)
1819- (Feature) Backup lifetime - remove Backup once its lifetime has been reached
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ func (r *Reconciler) createRotateServerStorageResizePlanInternal(spec api.Deploy
100100 }
101101
102102 // Load PVC
103- pvc , exists := pvcs [member .Member .PersistentVolumeClaim . GetName () ]
103+ pvc , exists := pvcs [member .Member .ID ]
104104 if ! exists {
105105 r .planLogger .
106106 Str ("role" , member .Group .AsRole ()).
You can’t perform that action at this time.
0 commit comments