Skip to content

Commit

Permalink
fix: Invalid API version of cert-manager caused CRD to be blocked by …
Browse files Browse the repository at this point in the history
…webhook validator
  • Loading branch information
blackandred authored May 5, 2022
1 parent 5f29b29 commit 07a732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/smtp-ext-relay/templates/tls-certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.certManager.use }}
---
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ .Values.tlsSecrets.name }}
Expand Down

0 comments on commit 07a732f

Please sign in to comment.