@@ -1,4 +1,4 @@
-{{- if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl") -}}
+{{- if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl-staging") -}}
apiVersion: certmanager.k8s.io/v1alpha1
kind: ClusterIssuer
metadata:
@@ -52,6 +52,7 @@ ingress:
create: false
type: "nginx"
# type: "nginx-ssl"
+ # type: "nginx-ssl-staging"
# type: "traefik"
domain: "demo.gethue.com"
email: "team@gethue.com"