Helm install in certain order

Helm collects all of the resources in a given Chart and it’s dependencies, groups them by resource type, and then installs them in the following order (see here – Helm 2.10): Namespace ResourceQuota LimitRange PodSecurityPolicy Secret ConfigMap StorageClass PersistentVolume PersistentVolumeClaim ServiceAccount CustomResourceDefinition ClusterRole ClusterRoleBinding Role RoleBinding Service DaemonSet Pod ReplicationController ReplicaSet Deployment StatefulSet Job CronJob … Read more