KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
- When `--http-proxy`, `--https-proxy`, and `--no-proxy` flags are used with `kots install` command, the same values will be configured in the `replicated` deployment.
What this PR does / why we need it:
When kotsadm is configured to use proxy at install time, Replicated SDK chart must also be configured with the same proxy settings.
Which issue(s) this PR fixes:
https://app.shortcut.com/replicated/story/111175/support-for-installing-behind-a-proxy
Does this PR require a test?
Unit tests updates. The change manually tested with a real proxy:
Does this PR require a release note?
Does this PR require documentation?