diff --git a/helm/sealos/charts/applaunchpad/values.yaml b/helm/sealos/charts/applaunchpad/values.yaml index 92451ef2a0c..9f3706c1dd3 100644 --- a/helm/sealos/charts/applaunchpad/values.yaml +++ b/helm/sealos/charts/applaunchpad/values.yaml @@ -337,7 +337,7 @@ ingress: ## /* @param ingress.hostname Default host for the ingress record */ ## Use applaunchpad.domain instead # hostname: cloud.local - ## @param ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) + ## @param ingress.ingressClassName IngressClass that will be used to implement the Ingress (Kubernetes 1.18+) ## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster. ## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/ ## diff --git a/helm/sealos/charts/desktop/values.yaml b/helm/sealos/charts/desktop/values.yaml index 2492dff5eda..12f703feb0e 100644 --- a/helm/sealos/charts/desktop/values.yaml +++ b/helm/sealos/charts/desktop/values.yaml @@ -364,7 +364,7 @@ ingress: ## /* @param ingress.hostname Default host for the ingress record */ ## Use desktop.domain instead # hostname: cloud.local - ## @param ingress.ingressClassName IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) + ## @param ingress.ingressClassName IngressClass that will be used to implement the Ingress (Kubernetes 1.18+) ## This is supported in Kubernetes 1.18+ and required if you have more than one IngressClass marked as the default for your cluster. ## ref: https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/ ##