Skip to content

Commit

Permalink
Consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Nov 20, 2023
1 parent bfee327 commit 22cf579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ func (r *DurosReconciler) deployCSI(ctx context.Context, projectID string, scs [
containers = append(containers, snapshotControllerContainer, csiSnapshotterContainer)
}

sts.ObjectMeta.Labels = map[string]string{
sts.Labels = map[string]string{
// cannot be used as we don't have a deletion flow
// https://github.com/metal-stack/duros-controller/pull/28
// "shoot.gardener.cloud/no-cleanup": "true",
Expand Down

0 comments on commit 22cf579

Please sign in to comment.