You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Could you please fix the indentation in clusterrole.yaml? Use "nindent 2" on the line 13th or move "podSecurityPolicy" block two spaces to the right.
The text was updated successfully, but these errors were encountered:
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug fix Pull Request
##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->
<!---
If you are fixing an existing issue, please include "Fixes #nnn" in your
PR comment; and describe briefly what the change does.
-->
Fixes#267
With "nindent 2" helm doesn't throw an error.
When "podSecurityPolicy.enabled= true" I get this error with helm chart v0.10.0:
Error: YAML parse error on botkube/templates/clusterrole.yaml: error converting YAML to JSON: yaml: line 18: did not find expected key
To Reproduce
Steps to reproduce the behavior:
Additional context
Could you please fix the indentation in clusterrole.yaml? Use "nindent 2" on the line 13th or move "podSecurityPolicy" block two spaces to the right.
The text was updated successfully, but these errors were encountered: