Skip to content

Commit f25958f

Browse files
committed
removed pod_scope
1 parent 2ef6d37 commit f25958f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.nix

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/src/kerberos.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ pub fn add_kerberos_pod_config(
4545
SecretOperatorVolumeSourceBuilder::new(kerberos_secret_class)
4646
.with_listener_volume_scope(LISTENER_BROKER_VOLUME_NAME)
4747
.with_listener_volume_scope(LISTENER_BOOTSTRAP_VOLUME_NAME)
48-
// The pod scope is required for the kcat-prober.
49-
.with_pod_scope()
5048
.with_kerberos_service_name(role.kerberos_service_name())
5149
.build()
5250
.context(KerberosSecretVolumeSnafu)?;

0 commit comments

Comments
 (0)