Skip to content

Commit

Permalink
fix: agent container name.
Browse files Browse the repository at this point in the history
Closes #24.
  • Loading branch information
mugioka authored Mar 14, 2022
1 parent 3bd6087 commit c66d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/panope/templates/agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
priorityClassName: {{ .Values.agent.priorityClassName }}
{{- end }}
containers:
- name: {{ .Release.Name }}
- name: agent
command:
- bin/agent
securityContext:
Expand Down

0 comments on commit c66d4ee

Please sign in to comment.