Skip to content

Commit

Permalink
Make ResourceQuota last.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc committed Mar 7, 2018
1 parent b227d6d commit 3cce3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ var DefaultAdmissionControllers = []string{
"DefaultStorageClass",
"DefaultTolerationSeconds",
"NodeRestriction",
"ResourceQuota",
"MutatingAdmissionWebhook",
"ValidatingAdmissionWebhook",
"ResourceQuota",
}

// GetServiceClusterIP returns the first IP of the ServiceCIDR
Expand Down

0 comments on commit 3cce3ca

Please sign in to comment.