mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
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:
@@ -99,6 +99,7 @@ var order = []string{
|
||||
"MutatingWebhookConfiguration",
|
||||
"ValidatingWebhookConfiguration",
|
||||
"ServiceAccount",
|
||||
"PodSecurityPolicy",
|
||||
"Role",
|
||||
"ClusterRole",
|
||||
"RoleBinding",
|
||||
|
||||
Reference in New Issue
Block a user