From 715b2915e18d5e0b5910d6cc7b722f36733d9674 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 27 Jun 2026 11:46:50 +0600 Subject: [PATCH] kube-ui-server: rename editortemplates RBAC to editormodels The editor.ui.k8s.appscode.com EditorTemplate kind was renamed to EditorModel (resource editormodels). Update the authenticated-user create grant accordingly. Signed-off-by: Tamal Saha --- charts/kube-ui-server/templates/user-roles.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kube-ui-server/templates/user-roles.yaml b/charts/kube-ui-server/templates/user-roles.yaml index 1a0bed4f..03908da5 100644 --- a/charts/kube-ui-server/templates/user-roles.yaml +++ b/charts/kube-ui-server/templates/user-roles.yaml @@ -84,7 +84,7 @@ rules: - apiGroups: - editor.ui.k8s.appscode.com resources: - - editortemplates + - editormodels verbs: ["create"] - apiGroups: - meta.k8s.appscode.com