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 ResourceQuota Secret ConfigMap PersistentVolume PersistentVolumeClaim ServiceAccount Role RoleBinding Service DaemonSet Pod ReplicaSet Deployment StatefulSet Job CronJob Ingress HorizontalPodAutoscaler NetworkPolicy PodDisruptionBudget kind_install_order.txt