Skip to content

Commit

Permalink
Added back the certmanager guard back in helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jun 27, 2022
1 parent 8307fe3 commit 5591c42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-charts/seldon-core-operator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ webhooks:
- v1
- v1beta1
clientConfig:
{{- if not .Values.certManager.enabled }}
caBundle: '{{ $ca.Cert | b64enc }}'
{{- end }}
service:
name: seldon-webhook-service
namespace: '{{ include "seldon.namespace" . }}'
Expand Down

0 comments on commit 5591c42

Please sign in to comment.