diff --git a/step-certificates/values.yaml b/step-certificates/values.yaml index dde6b45..eaae3b4 100644 --- a/step-certificates/values.yaml +++ b/step-certificates/values.yaml @@ -332,6 +332,20 @@ autocert: enabled: false # ingress contains the configuration for an ingress controller. +# ingress: + # enabled: true + # annotations: + # cert-manager.io/cluster-issuer: "letsencrypt" + # ingressClassName: nginx + # hosts: + # - host: stepcert.example.com + # paths: + # - / + # tls: + # - secretName: step-tls + # hosts: + # - "*.example.com" + ingress: enabled: false annotations: {}