mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
add PriorityClass to the order list
This commit is contained in:
@@ -95,6 +95,7 @@ var orderFirst = []string{
|
|||||||
"Secret",
|
"Secret",
|
||||||
"Service",
|
"Service",
|
||||||
"LimitRange",
|
"LimitRange",
|
||||||
|
"PriorityClass",
|
||||||
"Deployment",
|
"Deployment",
|
||||||
"StatefulSet",
|
"StatefulSet",
|
||||||
"CronJob",
|
"CronJob",
|
||||||
|
|||||||
Reference in New Issue
Block a user