Skip to content

Commit

Permalink
Update Install/Uninstall Orders with Helm v3.2.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers authored May 4, 2020
1 parent f2e884e commit 0b932ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kind_sorter.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ var InstallOrder KindSortOrder = []string{
"LimitRange",
"PodSecurityPolicy",
"PodDisruptionBudget",
"ServiceAccount",
"Secret",
"ConfigMap",
"StorageClass",
"PersistentVolume",
"PersistentVolumeClaim",
"ServiceAccount",
"CustomResourceDefinition",
"ClusterRole",
"ClusterRoleList",
Expand Down Expand Up @@ -87,12 +87,12 @@ var UninstallOrder KindSortOrder = []string{
"ClusterRoleList",
"ClusterRole",
"CustomResourceDefinition",
"ServiceAccount",
"PersistentVolumeClaim",
"PersistentVolume",
"StorageClass",
"ConfigMap",
"Secret",
"ServiceAccount",
"PodDisruptionBudget",
"PodSecurityPolicy",
"LimitRange",
Expand Down

0 comments on commit 0b932ed

Please sign in to comment.