Skip to content

Commit

Permalink
Change to ClusterIssuer
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 26, 2024
1 parent 3e5ae9c commit b4063b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/zeno/templates/cert-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.config.enable_tls }}
apiVersion: cert-manager.io/v1
kind: Issuer
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
Expand All @@ -19,7 +19,7 @@ spec:
class: nginx
---
apiVersion: cert-manager.io/v1
kind: Issuer
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
Expand Down

0 comments on commit b4063b8

Please sign in to comment.