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 ...@@ -39,13 +39,13 @@ kube_apiserver_cpu_requests: 100m
# Admission control plug-ins # Admission control plug-ins
kube_apiserver_admission_control: kube_apiserver_admission_control:
- Initializers
- NamespaceLifecycle - NamespaceLifecycle
- LimitRanger - LimitRanger
- ServiceAccount - ServiceAccount
- DefaultStorageClass - DefaultStorageClass
- ResourceQuota
- Initializers
- GenericAdmissionWebhook - GenericAdmissionWebhook
- ResourceQuota
# extra runtime config # extra runtime config
kube_api_runtime_config: kube_api_runtime_config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment