Skip to content

Commit

Permalink
clusterIssuer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Mar 22, 2024
1 parent eeb20e3 commit 744de98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/networking/templates/clusterissuer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.cert-manager.enabled -}}
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand All @@ -13,3 +14,4 @@ spec:
- http01:
ingress:
class: nginx
{{- end }}

0 comments on commit 744de98

Please sign in to comment.