Slide 93
Slide 93 text
// InstallOrder is the order in which manifests should be installed (by Kind).
// Those occurring earlier in the list get installed before those occurring later in the list.
var InstallOrder SortOrder = []string{
"Namespace",
"ResourceQuota",
"PodSecurityPolicy",
"Secret",
"ConfigMap",
"PersistentVolume",
"PersistentVolumeClaim",
"CustomResourceDefinition",
"Role",
"RoleBinding",
"Service",
"DaemonSet",
"Pod",
"ReplicaSet",
"Deployment",
"StatefulSet",
"Job",
"CronJob",
"Ingress",
}
https://github.com/helm/helm/blob/v2.10.0/pkg/tiller/kind_sorter.go