feat: trying to make cilium work
This commit is contained in:
parent
f3146c13c2
commit
ce6b66d2a4
1 changed files with 3 additions and 6 deletions
|
@ -140,8 +140,7 @@ data "helm_template" "cilium" {
|
|||
"NET_ADMIN",
|
||||
"NET_RAW",
|
||||
"IPC_LOCK",
|
||||
"PERFMON",
|
||||
"BPF",
|
||||
"SYS_ADMIN",
|
||||
"SYS_RESOURCE",
|
||||
"DAC_OVERRIDE",
|
||||
"FOWNER",
|
||||
|
@ -150,8 +149,7 @@ data "helm_template" "cilium" {
|
|||
],
|
||||
cleanCiliumState : [
|
||||
"NET_ADMIN",
|
||||
"PERFMON",
|
||||
"BPF",
|
||||
"SYS_ADMIN",
|
||||
"SYS_RESOURCE"
|
||||
]
|
||||
}
|
||||
|
@ -198,8 +196,7 @@ data "helm_template" "cilium" {
|
|||
keepCapNetBindService : true
|
||||
envoy : [
|
||||
"NET_ADMIN",
|
||||
"BPF",
|
||||
"PERFMON",
|
||||
"SYS_ADMIN",
|
||||
"NET_BIND_SERVICE"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue