Skip to content
Snippets Groups Projects
Commit 5dc56df6 authored by Chiang Fong Lee's avatar Chiang Fong Lee Committed by Matthew Mosesohn
Browse files

Fix ordering of kube-apiserver admission control plug-ins (#1841)

parent 33c4d64b
No related branches found
No related tags found
No related merge requests found
......@@ -39,13 +39,13 @@ kube_apiserver_cpu_requests: 100m
# Admission control plug-ins
kube_apiserver_admission_control:
- Initializers
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- DefaultStorageClass
- ResourceQuota
- Initializers
- GenericAdmissionWebhook
- ResourceQuota
# extra runtime config
kube_api_runtime_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment