diff --git a/config/installbundle/base/kustomization.yaml b/config/installbundle/base/kustomization.yaml index c886f57a07..987747f618 100644 --- a/config/installbundle/base/kustomization.yaml +++ b/config/installbundle/base/kustomization.yaml @@ -22,5 +22,6 @@ resources: - ../components/roles - ../components/rolebindings - ../components/recorder - - ../components/unmanageddetector - - ../components/webhook \ No newline at end of file + - ../components/webhook + # Note: unmanageddetector is only used in namespaced mode + #- ../components/unmanageddetector \ No newline at end of file