Update order of resources to include psps

Add pod security policy to list of order after service account but before the roles that would use them
This commit is contained in:
Benjamin Fuller
2019-05-14 11:38:17 -06:00
committed by GitHub
parent ac9f2ded6e
commit efcf8757b0

View File

@@ -99,6 +99,7 @@ var order = []string{
"MutatingWebhookConfiguration",
"ValidatingWebhookConfiguration",
"ServiceAccount",
"PodSecurityPolicy",
"Role",
"ClusterRole",
"RoleBinding",