Skip to content

Commit 8b87747

Browse files
committed
chore: move comments
1 parent 0622bd8 commit 8b87747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,9 @@ fn build_server_rolegroup_daemonset(
997997
pb.add_volume(
998998
VolumeBuilder::new(TLS_VOLUME_NAME)
999999
.ephemeral(
1000-
// OPA needs the full TLS keypair (public cert + private key) to serve HTTPS.
10011000
SecretOperatorVolumeSourceBuilder::new(
10021001
&tls.server_secret_class,
1002+
// OPA needs the full TLS keypair (public cert + private key) to serve HTTPS.
10031003
SecretClassVolumeProvisionParts::PublicPrivate,
10041004
)
10051005
.with_service_scope(opa.server_role_service_name())
@@ -1054,9 +1054,9 @@ fn build_server_rolegroup_daemonset(
10541054
listener_volumes: Vec::new(),
10551055
}),
10561056
)
1057-
// The user-info-fetcher needs both the keytab (private) and the Kerberos config (public).
10581057
.to_volume(
10591058
USER_INFO_FETCHER_KERBEROS_VOLUME_NAME,
1059+
// The user-info-fetcher needs both the keytab (private) and the Kerberos config (public).
10601060
SecretClassVolumeProvisionParts::PublicPrivate,
10611061
)
10621062
.unwrap(),

0 commit comments

Comments
 (0)