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: 马洪贞 <[email protected]>
  • Loading branch information
hongzhen-ma committed Apr 28, 2024
1 parent 18d1a15 commit c1bf72c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kube-ovn/templates/ovn-CR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ rules:
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -211,6 +210,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,6 @@ rules:
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -3081,6 +3080,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down
2 changes: 1 addition & 1 deletion yamls/sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ rules:
resources:
- subnets
- provider-networks
- pods
verbs:
- get
- list
Expand All @@ -254,6 +253,7 @@ rules:
- ovn-eips
- ovn-eips/status
- nodes
- pods
verbs:
- get
- list
Expand Down

0 comments on commit c1bf72c

Please sign in to comment.