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
  • Loading branch information
nustiueudinastea committed Dec 19, 2024
1 parent 011c2d0 commit 4010b83
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 4010b83

Please sign in to comment.