Allow providing control plane certs & ca in separate secrets #3015
Labels
area/installation
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Summary
Effective declarative deployment via helm is negatively impacted due to Control Plane certificate strategy requiring cert, key, and CA to come from a single secret. An example scenario is the difficulty issuing controlplane ca and certificates via cert-manager.
Steps To Reproduce
Workaround
2.a Issue Control Plane Cert & Key with Cert Manager
2.b Concatenate CA, Cert, and Key into single secret prior to helm deploying Kuma
3.a Deploy Kuma via Helm pointing at the concatenated ca/cert/key secret
Additional Details & Logs
The text was updated successfully, but these errors were encountered: