Skip to content

Commit

Permalink
fix:resize cluster's pvc with wrong label (OT-CONTAINER-KIT#562)
Browse files Browse the repository at this point in the history
Signed-off-by: guozhi.li <[email protected]>
Co-authored-by: guozhi.li <[email protected]>
(cherry picked from commit 4395ff6)
  • Loading branch information
jiuker authored and drivebyer committed Dec 4, 2023
1 parent b647776 commit ed62e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8sutils/statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ func patchStatefulSet(storedStateful *appsv1.StatefulSet, newStateful *appsv1.St
map[string]string{
"app": storedStateful.Name,
"app.kubernetes.io/component": "redis",
"app.kubernetes.io/name": storedStateful.Name,
},
),
}
Expand Down

0 comments on commit ed62e30

Please sign in to comment.