Skip to content

Commit

Permalink
Exclude caBundle field when cert-manager is enabled (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
juldou committed Dec 17, 2021
1 parent 34021ee commit 34efac6
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 34efac6

Please sign in to comment.