Revert "helm: deprioritize Cilium tc filters" (#2709)

This reverts commit a3de1d95d9.
This commit is contained in:
3u13r 2023-12-12 16:56:41 +01:00 committed by GitHub
parent 1e63ce8bb1
commit 53516c105b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ var ciliumVals = map[string]map[string]any{
"endpointRoutes": map[string]any{ "endpointRoutes": map[string]any{
"enabled": true, "enabled": true,
}, },
"extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label", "--bpf-filter-priority=50"}, "extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label"},
"encryption": map[string]any{ "encryption": map[string]any{
"enabled": true, "enabled": true,
"type": "wireguard", "type": "wireguard",
@ -57,7 +57,7 @@ var ciliumVals = map[string]map[string]any{
"endpointRoutes": map[string]any{ "endpointRoutes": map[string]any{
"enabled": true, "enabled": true,
}, },
"extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label", "--bpf-filter-priority=50"}, "extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label"},
"encryption": map[string]any{ "encryption": map[string]any{
"enabled": true, "enabled": true,
"type": "wireguard", "type": "wireguard",
@ -102,7 +102,7 @@ var ciliumVals = map[string]map[string]any{
"endpointRoutes": map[string]any{ "endpointRoutes": map[string]any{
"enabled": true, "enabled": true,
}, },
"extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label", "--bpf-filter-priority=50"}, "extraArgs": []string{"--node-encryption-opt-out-labels=invalid.label"},
"tunnel": "disabled", "tunnel": "disabled",
"encryption": map[string]any{ "encryption": map[string]any{
"enabled": true, "enabled": true,