File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments