Skip to content

Commit

Permalink
#620 feat: switch from clusterissuer to issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed Nov 17, 2022
1 parent 0c8205e commit 9b4a666
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if and (not .Values.local) (not (not .Values.tls)) }}
apiVersion: cert-manager.io/v1alpha2
kind: ClusterIssuer
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
spec:
Expand Down

0 comments on commit 9b4a666

Please sign in to comment.