diff --git a/hack/make-rules/test-federation-cmd.sh b/hack/make-rules/test-federation-cmd.sh index 84d8fae625a..56fdfc2be62 100755 --- a/hack/make-rules/test-federation-cmd.sh +++ b/hack/make-rules/test-federation-cmd.sh @@ -75,8 +75,8 @@ kube::log::status "Running kubectl tests for federation-apiserver" setup run_federation_apiserver run_federation_controller_manager -# TODO: Fix for secrets, replicasets and deployments. -SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "services") +# TODO: Fix for replicasets and deployments. +SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "services" "secrets") # Set wait for deletion to true for federation apiserver since resources are # deleted asynchronously. # This is a temporary workaround until https://github.com/kubernetes/kubernetes/issues/42594 is fixed.