Skip to content

Commit

Permalink
when enableWebhook is set to true, explicitly add the webhook argumen…
Browse files Browse the repository at this point in the history
…t, because by default its set to false

Signed-off-by: haorenfsa <[email protected]>
Co-authored-by: Alex Giurgiu <[email protected]>
  • Loading branch information
nustiueudinastea authored and haorenfsa committed Jan 3, 2025
1 parent 6c80bbf commit a7bc31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/milvus-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=:8080
- --leader-elect
{{- if not .Values.enableWebhook }}
- --webhook=false
{{- if .Values.enableWebhook }}
- --webhook=true
{{- end }}
command:
- /manager
Expand Down

0 comments on commit a7bc31d

Please sign in to comment.