qameta / allure-testops-deployment

Helm Charts for Allure TestOps Deployment
8 stars 22 forks source link

👎 certificate is now bound to app name #2

Closed cheshi-mantu closed 2 years ago

cheshi-mantu commented 2 years ago

ingress.yaml, TLS certificate name: we use same wildcard certificate everywhere, right now cert name is bound to App name. Need to have something like ingress.tls.certName and be able to override with it (app name can be default if custom cert name is not specified).

andrey-ryoo commented 2 years ago

https://github.com/qameta/allure-testops-deployment/blob/master/charts/allure-testops/templates/network/ingress.yaml Done

andrey-ryoo commented 2 years ago

Certificate secretName can be specified in .Values.tls.secretName