diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 670cdff..b083add 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -359,6 +359,29 @@ rules: - patch - update - watch + - apiGroups: + - submariner.io + resources: + - clusterglobalegressips + - globalegressips + verbs: + - create + - get + - list + - watch + - update + - apiGroups: + - submariner.io + resources: + - globalingressips + verbs: + - create + - get + - list + - watch + - update + - delete + - deletecollection --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding