diff --git a/charts/kaito/workspace/templates/clusterrole.yaml b/charts/kaito/workspace/templates/clusterrole.yaml index 4eecde327..ddd604756 100644 --- a/charts/kaito/workspace/templates/clusterrole.yaml +++ b/charts/kaito/workspace/templates/clusterrole.yaml @@ -8,7 +8,7 @@ metadata: rules: - apiGroups: ["kaito.sh"] resources: ["workspaces"] - verbs: ["create", "delete", "update", "patch","get","list","watch"] + verbs: ["update", "patch","get","list","watch"] - apiGroups: ["kaito.sh"] resources: ["workspaces/status"] verbs: ["update", "patch","get","list","watch"]