Apply LimitRange resources before workloads

This commit is contained in:
Jesse Newland
2019-05-02 08:40:14 -05:00
committed by GitHub
parent e42933ec54
commit f38d0c690c

View File

@@ -106,6 +106,7 @@ var order = []string{
"ConfigMap", "ConfigMap",
"Secret", "Secret",
"Service", "Service",
"LimitRange",
"Deployment", "Deployment",
"StatefulSet", "StatefulSet",
"CronJob", "CronJob",