fixup no_proxy format

This commit is contained in:
Ryan Cavicchioni 2025-03-05 17:13:44 -06:00
parent 452b589d26
commit 0037c7b06a
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

@ -19,7 +19,7 @@ patches:
- name: "https_proxy" - name: "https_proxy"
value: "http://proxy-lb.lab.kill0.net.:3128" value: "http://proxy-lb.lab.kill0.net.:3128"
- name: "no_proxy" - name: "no_proxy"
value: ".svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost, registry.lab.kill0.net" value: ".cluster.local., .cluster.local, .svc, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, k8s-ctrl-lb.lab.kill0.net, localhost, registry.lab.kill0.net"
target: target:
kind: Deployment kind: Deployment
labelSelector: app.kubernetes.io/part-of=flux labelSelector: app.kubernetes.io/part-of=flux