A clear and concise description of what the bug is. ## Expected Behavior Helm template rendering ## Actual Behavior Issue. Cannot convert YAML to JSON ## Steps to Reproduce the Problem 1. Set podIdentity.azureWorkload.enabled: true 2. Set additionalAnnotations: key: value 3. Run a helm template dry-run ## Specifications - **KEDA Version:** *2.10.2* ## Fix - Change indent to nindent here: https://github.com/kedacore/charts/blob/main/keda/templates/01-serviceaccount.yaml#L14, or remove the annotation on the service account altogether. I tried to submit a pull request myself, but I'm not allowed to push a branch.