add tls options to the tls dropdown (#10222)

pull/10237/head
Prabhat Khera 1 year ago committed by GitHub
parent c035e4a778
commit 04073f0d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -436,6 +436,7 @@ export function IngressForm({
}
noOptionsMessage={() => 'No TLS secrets available'}
size="sm"
options={tlsOptions}
/>
{!host.NoHost && (
<div className="input-group-btn">

Loading…
Cancel
Save