mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Enable secret tests
This commit is contained in:
parent
ded881db20
commit
3b8ba56e7d
@ -75,8 +75,8 @@ kube::log::status "Running kubectl tests for federation-apiserver"
|
|||||||
setup
|
setup
|
||||||
run_federation_apiserver
|
run_federation_apiserver
|
||||||
run_federation_controller_manager
|
run_federation_controller_manager
|
||||||
# TODO: Fix for secrets, replicasets and deployments.
|
# TODO: Fix for replicasets and deployments.
|
||||||
SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "services")
|
SUPPORTED_RESOURCES=("configmaps" "daemonsets" "events" "ingress" "namespaces" "services" "secrets")
|
||||||
# Set wait for deletion to true for federation apiserver since resources are
|
# Set wait for deletion to true for federation apiserver since resources are
|
||||||
# deleted asynchronously.
|
# deleted asynchronously.
|
||||||
# This is a temporary workaround until https://github.com/kubernetes/kubernetes/issues/42594 is fixed.
|
# This is a temporary workaround until https://github.com/kubernetes/kubernetes/issues/42594 is fixed.
|
||||||
|
Loading…
Reference in New Issue
Block a user