期望的 CloudShell yaml 配置: ``` ingressConfig: ingressName: "cloudshell-secure-ingress" namespace: "cloudtty-system" ingressClassName: "nginx" tls: - hosts: - xxx.xxx.xxx secretName: xxxxx ``` 自动生成的 Ingress yaml 配置: ``` spec: ingressClassName: xxxx tls: - hosts: - xxx.xxx.xxx secretName: xxxxx ```