Skip to content

Commit

Permalink
Add missing watch for keystone endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vakwetu authored and dmendiza committed Nov 22, 2023
1 parent 5a217c7 commit 96ca1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/barbicanapi_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ func (r *BarbicanAPIReconciler) SetupWithManager(mgr ctrl.Manager) error {
For(&barbicanv1beta1.BarbicanAPI{}).
Owns(&corev1.Service{}).
Owns(&corev1.Secret{}).
Owns(&keystonev1.KeystoneEndpoint{}).
Owns(&appsv1.Deployment{}).
Complete(r)
}

0 comments on commit 96ca1e0

Please sign in to comment.