Merge pull request #1074 from Benjamintf1/patch-1

Update order of resources to include psps
This commit is contained in:
Kubernetes Prow Robot
2019-05-15 11:58:21 -07:00
committed by GitHub

View File

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