Istio Gateway Overwrites User Provided Certificate
Currently our logic in our umbrella template is overriding the certificate to be used for a gateway even when one is provided. The problematic code is here:
tls.credentialName
{{ $name }}-cert
Ideally, the above should be a default only if the value is not provided by the end user.