Skip to content

Commit

Permalink
Fix cert-manager managed webhooks (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller authored Aug 25, 2024
1 parent f584458 commit 5e25f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ webhooks:
- UPDATE
resources:
- {{ $name }}{{ ternary "" "s" (hasSuffix "s" $name) }}
---
{{- end }}
{{- end }}
{{- if .Values.admissionWebhooks.certManager.enabled }}
{{- if not .Values.admissionWebhooks.certManager.issuer -}}
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
Expand Down

0 comments on commit 5e25f6a

Please sign in to comment.