Adding webhook RBAC to enable validation of snapshotclasses

This commit is contained in:
Shawn Hurley
2022-05-10 16:30:51 -04:00
parent 3cf71378c2
commit 8ae62e79ff
3 changed files with 36 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ spec:
labels:
app: snapshot-validation
spec:
serviceAccountName: snapshot-webhook
containers:
- name: snapshot-validation
image: k8s.gcr.io/sig-storage/snapshot-validation-webhook:v5.0.1 # change the image if you wish to use your own custom validation server image