Skip to content

Commit 7981d08

Browse files
SkalaNetworkszhangzujian
authored andcommitted
fix(helm): add get on crd for ovn-cr (#4816)
Signed-off-by: SkalaNetworks <contact@skala.network>
1 parent 610745c commit 7981d08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/kube-ovn/templates/ovn-CR.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@ rules:
215215
- "list"
216216
- "watch"
217217
- "get"
218+
- apiGroups:
219+
- apiextensions.k8s.io
220+
resources:
221+
- customresourcedefinitions
222+
verbs:
223+
- get
218224
---
219225
apiVersion: rbac.authorization.k8s.io/v1
220226
kind: ClusterRole

0 commit comments

Comments
 (0)