mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05:00
helm: add serviceProxyName to conformance values (#3247)
This commit is contained in:
parent
4f2418ed27
commit
38b72f8294
@ -86,7 +86,6 @@ func extraCiliumValues(provider cloudprovider.Provider, conformanceMode bool, ou
|
|||||||
// Since there should always be workarounds, we only support this mode to
|
// 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
|
// pass the K8s conformance tests. It is not supported to switch to or from
|
||||||
// this mode after Constellation has been initialized.
|
// this mode after Constellation has been initialized.
|
||||||
// This only works for the K8s conformance tests up to K8s 1.28.
|
|
||||||
if conformanceMode {
|
if conformanceMode {
|
||||||
extraVals["kubeProxyReplacementHealthzBindAddr"] = ""
|
extraVals["kubeProxyReplacementHealthzBindAddr"] = ""
|
||||||
extraVals["kubeProxyReplacement"] = "false"
|
extraVals["kubeProxyReplacement"] = "false"
|
||||||
@ -100,6 +99,9 @@ func extraCiliumValues(provider cloudprovider.Provider, conformanceMode bool, ou
|
|||||||
extraVals["bpf"] = map[string]any{
|
extraVals["bpf"] = map[string]any{
|
||||||
"masquerade": false,
|
"masquerade": false,
|
||||||
}
|
}
|
||||||
|
extraVals["k8s"] = map[string]any{
|
||||||
|
"serviceProxyName": "cilium",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return extraVals
|
return extraVals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user