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

@@ -56,7 +56,7 @@ These commands should be run from the top level directory.
3. Change the namespace in the generated `admission-configuration.yaml` file. Change the namespace in the service and deployment in the `webhook.yaml` file.
4. Create the deployment, service and admission configuration objects on the cluster.
4. Create the deployment, service, RBAC, and admission configuration objects on the cluster.
```bash
kubectl apply -f ./deploy/kubernetes/webhook-example