2 Answers
- Newest
- Most votes
- Most comments
0
You can pass custom values to the Helm chart by adding them to the "Values" property in the "fluentbitagent" resource. For example, you can add the following line under the "Values" property:
Values: ... FluentBitHttpPort: 2020
This will pass the value "2020" for the "FluentBitHttpPort" parameter in the Helm chart. Make sure the parameter is defined in the chart's values.yaml file, otherwise it will not take effect.
answered 2 years ago
0
Try this
ValueYaml: !Sub |
service:
extraService: |
HTTP_PORT 2020
Relevant content
- asked 5 months ago
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
Please accept the answer if it was useful for you