mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Merge pull request #543 from giannello/patch-1
Add StorageClass to the list of ordered objects
This commit is contained in:
@@ -70,6 +70,7 @@ func (x Gvk) Equals(o Gvk) bool {
|
||||
// In some cases order just specified to provide determinism.
|
||||
var order = []string{
|
||||
"Namespace",
|
||||
"StorageClass",
|
||||
"CustomResourceDefinition",
|
||||
"ServiceAccount",
|
||||
"Role",
|
||||
|
||||
Reference in New Issue
Block a user