From 2b3a996114b8cef9805b67d9f6fb278d72a455e6 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 10 Dec 2022 12:14:58 -0500 Subject: [PATCH] Update helm values example --- helm-charts/infisical/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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