mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 15:35:55 -04:00
helm: add serviceProxyName to conformance values
This commit is contained in:
parent
65ed286c7d
commit
8adfd7be66
@ -73,7 +73,6 @@ func extraCiliumValues(provider cloudprovider.Provider, conformanceMode bool, ou
|
||||
// Since there should always be workarounds, we only support this mode to
|
||||
// pass the K8s conformance tests. It is not supported to switch to or from
|
||||
// this mode after Constellation has been initialized.
|
||||
// This only works for the K8s conformance tests up to K8s 1.28.
|
||||
if conformanceMode {
|
||||
extraVals["kubeProxyReplacementHealthzBindAddr"] = ""
|
||||
extraVals["kubeProxyReplacement"] = "false"
|
||||
@ -87,6 +86,9 @@ func extraCiliumValues(provider cloudprovider.Provider, conformanceMode bool, ou
|
||||
extraVals["bpf"] = map[string]any{
|
||||
"masquerade": false,
|
||||
}
|
||||
extraVals["k8s"] = map[string]any{
|
||||
"serviceProxyName": "cilium",
|
||||
}
|
||||
}
|
||||
|
||||
return extraVals
|
||||
|
Loading…
x
Reference in New Issue
Block a user