Merge pull request #1037 from jnewland/patch-2

Apply LimitRange resources before workloads
This commit is contained in:
Jeff Regan
2019-05-20 18:27:15 -07:00
committed by GitHub

View File

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