Did anyone manage to create Ingress with TLS using...
# general
h
Did anyone manage to create Ingress with TLS using a JSON API request?
Copy code
....
   "tls":[
         {
           "secretName": "nginx-wildcard-ssl",
           "hosts": ["<http://test.example.com|test.example.com>"]
         }
   ],
....
Everything works, except the secretName is not set. If I do it manually via UI or Using YAML it works fine. Over JSON API it doesn't set the secret at all