From 847cd24a2d5167d1986afbf0e7df9af057dc340e Mon Sep 17 00:00:00 2001 From: Alex Giurgiu Date: Thu, 19 Dec 2024 18:11:26 +0200 Subject: [PATCH] when enableWebhook is set to true, explicitly add the webhook argument, because by default its set to false Signed-off-by: haorenfsa Co-authored-by: Alex Giurgiu --- charts/milvus-operator/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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