From c66d4ee8bae17e474cb85739c058ab766b6d50e6 Mon Sep 17 00:00:00 2001 From: mugi-o <62197019+mugioka@users.noreply.github.com> Date: Mon, 14 Mar 2022 16:56:59 +0900 Subject: [PATCH] fix: agent container name. Closes https://github.com/7knot/helm-charts/issues/24. --- charts/panope/templates/agent/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/panope/templates/agent/deployment.yaml b/charts/panope/templates/agent/deployment.yaml index 3d58de8..39d9860 100644 --- a/charts/panope/templates/agent/deployment.yaml +++ b/charts/panope/templates/agent/deployment.yaml @@ -50,7 +50,7 @@ spec: priorityClassName: {{ .Values.agent.priorityClassName }} {{- end }} containers: - - name: {{ .Release.Name }} + - name: agent command: - bin/agent securityContext: