vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
111 stars 90 forks source link

Role should be case insensitive #303

Open paymog opened 1 year ago

paymog commented 1 year ago

I just tried deploying the vector chart with role: agent. The deployment succeeded but none of the vector resources appeared in my kubernetes cluster. I then changed to role: Agent (capitalized) and then everything worked flawlessly.

I'd propose that either the role should be case insensitive OR the chart should error out when an invalid role is provided.