mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
add ResourceQuota and LimitRange to the order list
This commit is contained in:
@@ -81,6 +81,7 @@ func (x Gvk) Equals(o Gvk) bool {
|
||||
// In some cases order just specified to provide determinism.
|
||||
var orderFirst = []string{
|
||||
"Namespace",
|
||||
"ResourceQuota",
|
||||
"StorageClass",
|
||||
"CustomResourceDefinition",
|
||||
"MutatingWebhookConfiguration",
|
||||
|
||||
Reference in New Issue
Block a user