Skip to content

Commit

Permalink
Merge pull request #244 from Jooho/add-watch-object-0.12
Browse files Browse the repository at this point in the history
[Cherry-pick] add watch object 'configMap' for metrics dashboard configmap
  • Loading branch information
openshift-merge-bot[bot] authored Jul 22, 2024
2 parents b0b041c + c0b54f0 commit f9a5eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/inferenceservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (r *OpenshiftInferenceServiceReconciler) SetupWithManager(mgr ctrl.Manager)
Owns(&routev1.Route{}).
Owns(&corev1.ServiceAccount{}).
Owns(&corev1.Service{}).
Owns(&corev1.ConfigMap{}).
Owns(&corev1.Secret{}).
Owns(&authv1.ClusterRoleBinding{}).
Owns(&networkingv1.NetworkPolicy{}).
Expand Down

0 comments on commit f9a5eed

Please sign in to comment.