From efcf8757b0d4a5fac26b0b335974240fb77c7b4b Mon Sep 17 00:00:00 2001 From: Benjamin Fuller Date: Tue, 14 May 2019 11:38:17 -0600 Subject: [PATCH] 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 --- pkg/gvk/gvk.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gvk/gvk.go b/pkg/gvk/gvk.go index 3ed72fe1d..ff2aa6008 100644 --- a/pkg/gvk/gvk.go +++ b/pkg/gvk/gvk.go @@ -99,6 +99,7 @@ var order = []string{ "MutatingWebhookConfiguration", "ValidatingWebhookConfiguration", "ServiceAccount", + "PodSecurityPolicy", "Role", "ClusterRole", "RoleBinding",