diff --git a/content/en/docs/helm/simplechart.md b/content/en/docs/helm/simplechart.md index 1d2c5694..2c8c60b4 100644 --- a/content/en/docs/helm/simplechart.md +++ b/content/en/docs/helm/simplechart.md @@ -177,9 +177,6 @@ ingress: paths: - path: / pathType: ImplementationSpecific - tls: - - hosts: - - mychart-. [...] ``` @@ -195,9 +192,6 @@ ingress: paths: - path: / pathType: ImplementationSpecific - tls: - - hosts: - - mychart-. [...] ```