Skip to content

Commit

Permalink
fix kube-ovn-cni capabilities (#4550)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Sep 23, 2024
1 parent 514bc77 commit d38fef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-ovn/templates/ovncni-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- NET_BIND_SERVICE
- NET_RAW
- SYS_ADMIN
- CAP_SYS_PTRACE
- SYS_PTRACE
{{- if not .Values.DISABLE_MODULES_MANAGEMENT }}
- SYS_MODULE
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4508,7 +4508,7 @@ spec:
- SYS_ADMIN
- SYS_MODULE
- SYS_NICE
- CAP_SYS_PTRACE
- SYS_PTRACE
env:
- name: ENABLE_SSL
value: "$ENABLE_SSL"
Expand Down

0 comments on commit d38fef1

Please sign in to comment.