Add ServiceExport CRD

This commit is contained in:
Vishal Thapar
2020-05-15 00:41:54 +02:00
committed by Miguel Angel Ajo Pelayo
parent 40538471b6
commit 97e83e4fc8
4 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ rules:
resources: ["services", "namespaces"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["lighthouse.submariner.io"]
resources: ["multiclusterservices"]
resources: ["*"]
verbs: ["create", "get", "list", "watch", "update", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1