Skip to content

Commit 61a2c5d

Browse files
sbernauerdervoeti
andauthored
Update rust/operator-binary/src/webhook/restarter_mutate_sts.rs
Co-authored-by: Lukas Krug <lukas.krug@stackable.tech>
1 parent 6788b4a commit 61a2c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/webhook/restarter_mutate_sts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub fn get_sts_restarter_mutating_webhook_configuration() -> MutatingWebhookConf
4545
operations: Some(vec!["CREATE".to_owned()]),
4646
scope: Some("Namespaced".to_owned()),
4747
}]),
48-
// We only need to care about StatefulSets with the `restarter.stackable.tech/enabled``
48+
// We only need to care about StatefulSets with the `restarter.stackable.tech/enabled`
4949
// label set to `true`.
5050
object_selector: Some(LabelSelector {
5151
match_labels: Some(BTreeMap::from([(

0 commit comments

Comments
 (0)