Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
1a133074
Commit
1a133074
authored
7 years ago
by
NauxLiu
Committed by
Matthew Fisher
7 years ago
Browse files
Options
Download
Patches
Plain Diff
Load StorageClass before PersistentVolume is loaded.
(cherry picked from commit
c3f9120e
)
parent
7ed614d0
release-2.6
v2.6.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/tiller/kind_sorter.go
+2
-0
pkg/tiller/kind_sorter.go
with
2 additions
and
0 deletions
+2
-0
pkg/tiller/kind_sorter.go
+
2
−
0
View file @
1a133074
...
@@ -32,6 +32,7 @@ var InstallOrder SortOrder = []string{
...
@@ -32,6 +32,7 @@ var InstallOrder SortOrder = []string{
"LimitRange"
,
"LimitRange"
,
"Secret"
,
"Secret"
,
"ConfigMap"
,
"ConfigMap"
,
"StorageClass"
,
"PersistentVolume"
,
"PersistentVolume"
,
"PersistentVolumeClaim"
,
"PersistentVolumeClaim"
,
"ServiceAccount"
,
"ServiceAccount"
,
...
@@ -74,6 +75,7 @@ var UninstallOrder SortOrder = []string{
...
@@ -74,6 +75,7 @@ var UninstallOrder SortOrder = []string{
"ServiceAccount"
,
"ServiceAccount"
,
"PersistentVolumeClaim"
,
"PersistentVolumeClaim"
,
"PersistentVolume"
,
"PersistentVolume"
,
"StorageClass"
,
"ConfigMap"
,
"ConfigMap"
,
"Secret"
,
"Secret"
,
"LimitRange"
,
"LimitRange"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets