functional: use default admission_control_list values

The functional jobs are currently deploying with an empty list of
admission control list which means that the service token controller
does not go up resulting in the cluster failing to go up.

This patch drops that so it uses the default values of the admission
controllers in order to get the cluster to go up cleanly.

Change-Id: I0fdd65a9859f34e202016c37620f553623ef8a3e
This commit is contained in:
Mohammed Naser 2018-12-07 23:12:11 -05:00
parent d16479709a
commit 3646a59eac
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class TestKubernetesAPIs(base.BaseK8sTest):
"labels": {
"system_pods_initial_delay": 3600,
"system_pods_timeout": 600,
"admission_control_list": "",
"kube_dashboard_enabled": False,
}
}