From 2ebb9279f52ea7718bbdb8f83e345bf9439dc090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Thu, 8 Sep 2022 15:47:23 +0000 Subject: [PATCH] Update 'helm/templates/deployment.yaml' --- helm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 4e8788e..42962f4 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -51,7 +51,6 @@ spec: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.api }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - args: [ api ] ports: - name: api containerPort: 3000