Update helm values example

This commit is contained in:
Maidul Islam
2022-12-10 12:14:58 -05:00
parent 93da106dbc
commit 2b3a996114

View File

@@ -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