Skip to content

Commit

Permalink
fix cert enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorJPDJ committed Apr 13, 2024
1 parent 52dcbaf commit 2957ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ejabberd/templates/certificates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- include "bjw-s.common.loader.init" . }}
{{- range $name, $v := .Values.certificates }}
{{- if $v.enabled }}
{{- if dig "enabled" true $v }}
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
Expand Down

0 comments on commit 2957ec4

Please sign in to comment.