Skip to content

Commit 81c8e1b

Browse files
committed
update cilium kubeProxyReplacement from strict to true
1 parent 2f4c122 commit 81c8e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cilium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def objects():
99
name="cilium",
1010
versions=get_versions(__file__),
1111
values={
12-
"kubeProxyReplacement": "strict",
12+
"kubeProxyReplacement": "true",
1313
"k8sServiceHost": "dna.ocf.io",
1414
"k8sServicePort": "6443",
1515
"hubble": {

0 commit comments

Comments
 (0)