fix missing cache federatedapplication (#2733)
Signed-off-by: Jeff <zw0948@gmail.com>
This commit is contained in:
@@ -411,6 +411,7 @@ func (s *APIServer) waitForResourceSync(stopCh <-chan struct{}) error {
|
||||
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedPersistentVolumeClaim),
|
||||
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedWorkspace),
|
||||
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedUser),
|
||||
typesv1beta1.SchemeGroupVersion.WithResource(typesv1beta1.ResourcePluralFederatedApplication),
|
||||
}
|
||||
|
||||
// skip caching devops resources if devops not enabled
|
||||
|
||||
Reference in New Issue
Block a user