replicatedhq / kots

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.
https://kots.io
Apache License 2.0
902 stars 90 forks source link

allow end users to configure additional trusted certificate authorities #4884

Closed laverya closed 2 months ago

laverya commented 2 months ago

What this PR does / why we need it:

Which issue(s) this PR fixes:

Does this PR require a test?

Does this PR require a release note?

Adds a new flag `--private-ca-configmap` to the `install` and `generate-manifests` commands. The provided configmap's contents will be used as additional certificate authority certificates.

Does this PR require documentation?