fix-howto usage of serverEnvs and agentEnvs (#385)

This commit is contained in:
jpgouin
2025-06-20 12:32:43 +02:00
committed by GitHub
parent 0c4752039d
commit 818328c9d4
+4 -2
View File
@@ -265,9 +265,11 @@ metadata:
name: k3kcluster-http-proxy
spec:
serverEnvs:
HTTP_PROXY: http://abc.xyz
- name: HTTP_PROXY
value: "http://abc.xyz"
agentEnvs:
HTTP_PROXY: http://abc.xyz
- name: HTTP_PROXY
value: "http://abc.xyz"
```
This configures an HTTP proxy for both servers and agents in the virtual cluster.