Skip to content

Commit

Permalink
Enhance kind list (gardener#8449)
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino authored and nickytd committed Sep 11, 2023
1 parent def328c commit 2949d5b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkg/chartrenderer/sorter.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,40 @@ type SortOrder []string
//
// Those occurring earlier in the list get installed before those occurring later in the list.
var InstallOrder SortOrder = []string{
"PriorityClass",
"Namespace",
"NetworkPolicy",
"ResourceQuota",
"LimitRange",
"PodSecurityPolicy",
"PodDisruptionBudget",
"NetworkPolicy",
"ServiceAccount",
"Secret",
"SecretList",
"ConfigMap",
"StorageClass",
"PersistentVolume",
"PersistentVolumeClaim",
"ServiceAccount",
"CustomResourceDefinition",
"ClusterRole",
"ClusterRoleList",
"ClusterRoleBinding",
"ClusterRoleBindingList",
"Role",
"RoleList",
"RoleBinding",
"RoleBindingList",
"Service",
"DaemonSet",
"Pod",
"ReplicationController",
"ReplicaSet",
"Deployment",
"HorizontalPodAutoscaler",
"StatefulSet",
"Job",
"CronJob",
"IngressClass",
"Ingress",
"APIService",
}
Expand Down

0 comments on commit 2949d5b

Please sign in to comment.