telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.53k stars 513 forks source link

Chart: Allow users to supply their own webhook secret #3618

Closed mkantzer closed 3 months ago

mkantzer commented 3 months ago

Description

Creates a new value supplied for agentInjector.certificate.method, that fully disables the generation of a secret. This prevents an apply error when helm would try to create an already-existing secret with annotations indicating ownership by a system other than this chart.

Checklist

I'm not sure on the process of testing helm charts here, so I'd appreciate some help there.

mkantzer commented 3 months ago

@thallgren I don't have write access, so I can't merge. Is there anything else I need to do, or will you pull this in when ready?