We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0819f3c commit 32e90a6Copy full SHA for 32e90a6
1 file changed
deployment-configuration/helm/templates/certs/letsencrypt.yaml
@@ -1,6 +1,6 @@
1
{{- if and (not .Values.local) (not (not .Values.tls)) }}
2
-apiVersion: cert-manager.io/v1alpha2
3
-kind: ClusterIssuer
+apiVersion: cert-manager.io/v1
+kind: Issuer
4
metadata:
5
name: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
6
spec:
@@ -12,5 +12,5 @@ spec:
12
solvers:
13
- http01:
14
ingress:
15
- ingressName: cloudharness-ingress
+ name: cloudharness-ingress
16
{{ end }}
0 commit comments