Skip to content

Commit

Permalink
fix:resize cluster's pvc with wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhi.li committed Jul 20, 2023
1 parent 2e813e6 commit 632853a
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 @@ -151,7 +151,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 632853a

Please sign in to comment.