diff --git a/helm-charts/infisical/values.yaml b/helm-charts/infisical/values.yaml index 94bce75ef..a9ebdaa06 100644 --- a/helm-charts/infisical/values.yaml +++ b/helm-charts/infisical/values.yaml @@ -34,10 +34,10 @@ ingress: ## Complete Ingress example # ingress: # enabled: true -# annotations: +# annotations: # kubernetes.io/ingress.class: "nginx" # cert-manager.io/issuer: letsencrypt-nginx -# hostName: example.com +# hostName: k8.infisical.com # frontend: # path: / # pathType: Prefix @@ -45,9 +45,9 @@ ingress: # path: /api # pathType: Prefix # tls: -# hosts: -# - k8.infisical.com -# secretName: letsencrypt-nginx +# - secretName: letsencrypt-nginx +# hosts: +# - k8.infisical.com ### ### YOU MUST FILL IN ALL SECRETS BELOW