Skip to content

Commit

Permalink
feat(cspc_webhook_config): add webhook config for cspc (openebs#2729)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Kumar <ashutosh.kumar@openebs.io>
  • Loading branch information
Ashutosh Kumar authored and vishnuitta committed Sep 4, 2019
1 parent aa66d39 commit 7d96cd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,10 @@ webhooks:
apiGroups: ["*"]
apiVersions: ["*"]
resources: ["persistentvolumeclaims"]
- operations: [ "CREATE", "UPDATE" ]
apiGroups: ["*"]
apiVersions: ["*"]
resources: ["cstorpoolclusters"]
---
apiVersion: apps/v1beta1
kind: Deployment
Expand Down

0 comments on commit 7d96cd8

Please sign in to comment.