tektoncd / operator

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)
Apache License 2.0
448 stars 198 forks source link

Results API Server TLS Secret Check interfering with Setting TLS Cert #2352

Open khrm opened 2 months ago

khrm commented 2 months ago

Expected Behavior

User should be able to set TLS in different ways via options for TektonResults API server.

Actual Behavior

If you want to set TLS in the environment variable using options of TektonResult, you can't do that. Similarly, if some other service already creates TLS a configmap or somewhere, it doesn't let us proceed.

Steps to Reproduce the Problem

khrm commented 2 months ago

/assign @khrm