fix: remove proxy injection from build pods

SSL filtering is off on the proxy. The proxy env vars were causing
Docker login failures (proxy intercepting Harbor auth) and pip hash
mismatches (proxy caching stale packages). Keep only the CA cert
mount for any remaining TLS needs.
This commit is contained in:
Celes Renata
2026-04-21 04:02:23 +00:00
parent 5e897bed52
commit 390cb0b4bf
@@ -32,14 +32,6 @@ spec:
containers:
- (name): "*"
env:
- name: HTTP_PROXY
value: "http://192.168.42.1:3128"
- name: HTTPS_PROXY
value: "http://192.168.42.1:3128"
- name: NO_PROXY
value: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
- name: no_proxy
value: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life"
- name: SSL_CERT_FILE
value: "/etc/ssl/certs/proxy-ca.crt"
volumeMounts: