From 9e150c65f1f09659aa221f4813766c4b614fde40 Mon Sep 17 00:00:00 2001 From: devthejo Date: Tue, 29 Oct 2024 13:41:36 +0100 Subject: [PATCH] fix: rbac order --- plugins/contrib/patches/10-sort.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/contrib/patches/10-sort.js b/plugins/contrib/patches/10-sort.js index 4dbbc2e303..6bd650c5e4 100644 --- a/plugins/contrib/patches/10-sort.js +++ b/plugins/contrib/patches/10-sort.js @@ -2,6 +2,8 @@ const order = [ "namespace", "networkpolicy", "serviceaccount", + "role", + "rolebinding", "configmap", "secret", "sealedsecret",