Commit 1a133074 authored by NauxLiu's avatar NauxLiu Committed by Matthew Fisher

Load StorageClass before PersistentVolume is loaded.

(cherry picked from commit c3f9120e)
parent 7ed614d0
......@@ -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