Skip to content

Commit

Permalink
add patch permission for cni clusterrole
Browse files Browse the repository at this point in the history
Signed-off-by: 马洪贞 <hzma@alauda.io>
  • Loading branch information
hongzhen-ma committed Apr 28, 2024
1 parent db7ea0c commit 954df53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions charts/kube-ovn/templates/ovn-CR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,9 @@ metadata:
rules:
- apiGroups:
- "kubeovn.io"
- ""
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -211,6 +209,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down
3 changes: 1 addition & 2 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3053,11 +3053,9 @@ metadata:
rules:
- apiGroups:
- "kubeovn.io"
- ""
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -3069,6 +3067,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down
3 changes: 1 addition & 2 deletions yamls/sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,9 @@ metadata:
rules:
- apiGroups:
- "kubeovn.io"
- ""
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -254,6 +252,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down

0 comments on commit 954df53

Please sign in to comment.