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.
Previously the
allowPrivilegeEscalation
member ofstatefulset.securityContext
was incorrectly spelt asallowPriviledgeEscalation
. 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.