Skip to content

Commit 32e90a6

Browse files
committed
clusterissuer --> issuer
1 parent 0819f3c commit 32e90a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deployment-configuration/helm/templates/certs/letsencrypt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if and (not .Values.local) (not (not .Values.tls)) }}
2-
apiVersion: cert-manager.io/v1alpha2
3-
kind: ClusterIssuer
2+
apiVersion: cert-manager.io/v1
3+
kind: Issuer
44
metadata:
55
name: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
66
spec:
@@ -12,5 +12,5 @@ spec:
1212
solvers:
1313
- http01:
1414
ingress:
15-
ingressName: cloudharness-ingress
15+
name: cloudharness-ingress
1616
{{ end }}

0 commit comments

Comments
 (0)