fluent / helm-charts

Helm Charts for Fluentd and Fluent Bit
Apache License 2.0
375 stars 448 forks source link

chore: Fixed helm tests #466

Closed stevehipwell closed 6 months ago

stevehipwell commented 6 months ago

@patrick-stephens something looks like it's drifted to make the tests fail due to the pod having the DaemonSet selector labels meaning that it's terminating the pod. This PR should fix the tests ready to merge #461.

Thanks to @hyunho1027 & @erezrokah for your typo PRs, I've added your changes in here.

Closes #450. Closes #458.