Unverified Commit c3f9120e authored by NauxLiu's avatar NauxLiu

Load StorageClass before PersistentVolume is loaded.

parent eea32faa
......@@ -32,6 +32,7 @@ var InstallOrder SortOrder = []string{
"LimitRange",
"Secret",
"ConfigMap",
"StorageClass",
"PersistentVolume",
"PersistentVolumeClaim",
"ServiceAccount",
......@@ -74,6 +75,7 @@ var UninstallOrder SortOrder = []string{
"ServiceAccount",
"PersistentVolumeClaim",
"PersistentVolume",
"StorageClass",
"ConfigMap",
"Secret",
"LimitRange",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment