mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[incubator/sparkoperator] add missing permission for validationwebhookconfigurations (#18570)
Signed-off-by: Yinan Li <ynli@google.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1d3125286d
commit
03c19dc752
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: sparkoperator
|
||||
description: A Helm chart for Spark on Kubernetes operator
|
||||
version: 0.4.6
|
||||
version: 0.4.7
|
||||
appVersion: v1beta2-1.0.1-2.4.4
|
||||
keywords:
|
||||
- spark
|
||||
|
||||
@@ -31,7 +31,7 @@ rules:
|
||||
resources: ["customresourcedefinitions"]
|
||||
verbs: ["create", "get", "update", "delete"]
|
||||
- apiGroups: ["admissionregistration.k8s.io"]
|
||||
resources: ["mutatingwebhookconfigurations"]
|
||||
resources: ["mutatingwebhookconfigurations", "validatingwebhookconfigurations"]
|
||||
verbs: ["create", "get", "update", "delete"]
|
||||
- apiGroups: ["sparkoperator.k8s.io"]
|
||||
resources: ["sparkapplications", "scheduledsparkapplications", "sparkapplications/status", "scheduledsparkapplications/status"]
|
||||
|
||||
Reference in New Issue
Block a user