Skip to content

Commit

Permalink
Add "SecurityContextConstraints" to kind_sorter.
Browse files Browse the repository at this point in the history
Fixes helm#8439

Signed-off-by: Ashok Pon Kumar <[email protected]>
  • Loading branch information
ashokponkumar committed Jul 13, 2020
1 parent 5c2dfaa commit f1a1c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/releaseutil/kind_sorter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var InstallOrder KindSortOrder = []string{
"PodSecurityPolicy",
"PodDisruptionBudget",
"ServiceAccount",
"SecurityContextConstraints",
"Secret",
"SecretList",
"ConfigMap",
Expand Down Expand Up @@ -97,6 +98,7 @@ var UninstallOrder KindSortOrder = []string{
"SecretList",
"Secret",
"ServiceAccount",
"SecurityContextConstraints",
"PodDisruptionBudget",
"PodSecurityPolicy",
"LimitRange",
Expand Down

0 comments on commit f1a1c80

Please sign in to comment.