diff --git a/charts/milvus-operator/templates/deployment.yaml b/charts/milvus-operator/templates/deployment.yaml index c0de975..a4cb552 100644 --- a/charts/milvus-operator/templates/deployment.yaml +++ b/charts/milvus-operator/templates/deployment.yaml @@ -69,5 +69,5 @@ spec: - name: cert secret: defaultMode: 420 - # secretName: {{ include "$.chart.fullname" . }}-webhook-cert + secretName: {{ include "chart.fullname" . }}-webhook-cert {{- end }}