From a80514ee167d3708da070986b685146ca3fcf131 Mon Sep 17 00:00:00 2001 From: j4ckzh0u Date: Sun, 16 Jan 2022 16:20:51 +0800 Subject: [PATCH] Update deployment.yaml --- config/charts/endpoints-operator/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/charts/endpoints-operator/templates/deployment.yaml b/config/charts/endpoints-operator/templates/deployment.yaml index f28f112..c017394 100644 --- a/config/charts/endpoints-operator/templates/deployment.yaml +++ b/config/charts/endpoints-operator/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: - "{{ .Values.loglevel }}" - --leader-elect - --maxconcurrent - - {{ .Values.maxconcurrent }} + - "{{ .Values.maxconcurrent }}" ports: - name: health containerPort: 8080