redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
78 stars 96 forks source link

redpanda: correct spelling of privilege #1444

Closed chrisseto closed 3 months ago

chrisseto commented 3 months ago

Previously the allowPrivilegeEscalation member of statefulset.securityContext was incorrectly spelt as allowPriviledgeEscalation. While the output was correctly spelt, the subtle typo made it quite difficult to utilize the field.

This commit corrects the typo and continues to respect the misspelt version for backwards compatibility.

Fixes #1413.