deepgram / self-hosted-resources

Official Deepgram resources for deploying Deepgram services in a self-hosted environment
https://developers.deepgram.com
ISC License
8 stars 5 forks source link

Fix malformed `or` statement with serviceAccounts #29

Closed bd-g closed 3 months ago

bd-g commented 3 months ago

Proposed changes

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

Checklist