diff --git a/charts/milvus-operator/templates/deployment.yaml b/charts/milvus-operator/templates/deployment.yaml index a4cb552..6a00093 100644 --- a/charts/milvus-operator/templates/deployment.yaml +++ b/charts/milvus-operator/templates/deployment.yaml @@ -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