From 32926f84e95bafeee7c458cc917a1c171850c544 Mon Sep 17 00:00:00 2001 From: whg517 Date: Mon, 13 Jan 2025 10:46:27 +0800 Subject: [PATCH] refactor(hive): change deployment to statefulset in rbac (#106) --- charts/hive-operator/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hive-operator/templates/clusterrole.yaml b/charts/hive-operator/templates/clusterrole.yaml index 12df0a3..21dee26 100644 --- a/charts/hive-operator/templates/clusterrole.yaml +++ b/charts/hive-operator/templates/clusterrole.yaml @@ -30,7 +30,7 @@ rules: - apiGroups: - apps resources: - - deployments + - statefulsets verbs: - create - delete