This PR removes a dangling or directive in between another or statement that caused an error when serviceAccount.create was set to false and the outer or statement continued to try and evaluate the next condition.
Fixes #25
Types of changes
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation update or tests (if none of the other choices apply)
Proposed changes
This PR removes a dangling
or
directive in between anotheror
statement that caused an error whenserviceAccount.create
was set to false and the outeror
statement continued to try and evaluate the next condition.Fixes #25
Types of changes
Checklist
helm template
. Was able to reproduce error from #25 before fix, and error is resolved after the fix.