From 067c439f82f321a9f5e4c0c37ce884e0842cd849 Mon Sep 17 00:00:00 2001 From: whg517 Date: Fri, 10 Jan 2025 16:09:13 +0800 Subject: [PATCH] refactor(spark-k8s): change deployment to statefulset in rbac --- charts/spark-k8s-operator/templates/clusterrole.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spark-k8s-operator/templates/clusterrole.yaml b/charts/spark-k8s-operator/templates/clusterrole.yaml index fc0b871..8ff9c28 100644 --- a/charts/spark-k8s-operator/templates/clusterrole.yaml +++ b/charts/spark-k8s-operator/templates/clusterrole.yaml @@ -31,7 +31,7 @@ rules: - apiGroups: - apps resources: - - deployments + - statefulsets verbs: - create - delete