Skip to content

Commit

Permalink
Merge pull request #17 from dtherhtun/main
Browse files Browse the repository at this point in the history
fix: invalid Env value data type for port
  • Loading branch information
apetruhin authored May 17, 2024
2 parents a872a6b + 1ed1ab8 commit 3c730d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: EC_FILTER
value: {{ .Values.ec.filter }}
- name: LISTEN_ADDRESS
value: {{ .Values.port }}
value: "{{ .Values.port }}"
ports:
- name: http
containerPort: {{ .Values.port }}
Expand Down

0 comments on commit 3c730d1

Please sign in to comment.