Skip to content

Conversation

Tirumalavasa
Copy link
Member

@ibm-ci-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Tirumalavasa

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ibm-ci-bot ibm-ci-bot requested review from rashmi43 and rwhundley June 9, 2025 06:11
@Tirumalavasa Tirumalavasa changed the title consume ldap bindpwd and external edb certs SPCs [DNM]consume ldap bindpwd and external edb certs SPCs Jun 9, 2025
@@ -382,7 +383,8 @@ func (r *AuthenticationReconciler) SetupWithManager(mgr ctrl.Manager) error {
Watches(&corev1.Service{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner())).
Watches(&netv1.Ingress{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner())).
Watches(&appsv1.Deployment{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner())).
Watches(&autoscalingv2.HorizontalPodAutoscaler{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner()))
Watches(&autoscalingv2.HorizontalPodAutoscaler{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner())).
Watches(&sscsidriverv1.SecretProviderClass{}, handler.EnqueueRequestForOwner(mgr.GetScheme(), mgr.GetRESTMapper(), &operatorv1alpha1.Authentication{}, handler.OnlyControllerOwner()))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be conditional, only if SSCSI driver installed?

@Tirumalavasa Tirumalavasa changed the title [DNM]consume ldap bindpwd and external edb certs SPCs consume ldap bindpwd and external edb certs SPCs Jun 11, 2025
@Tirumalavasa Tirumalavasa changed the title consume ldap bindpwd and external edb certs SPCs [DNM]consume ldap bindpwd and external edb certs SPCs Jun 11, 2025
@Tirumalavasa Tirumalavasa changed the title [DNM]consume ldap bindpwd and external edb certs SPCs consume ldap bindpwd and external edb certs SPCs Sep 4, 2025
@Tirumalavasa Tirumalavasa changed the title consume ldap bindpwd and external edb certs SPCs consume ldap bindpwd and external edb creds SPCs Sep 4, 2025
Signed-off-by: Rob Hundley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants