Allow custom annotations on all pods by cognifloyd · Pull Request #195 · StackStorm/stackstorm-k8s

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trying to keep the balance and avoid the level of indirection when jumping between the files and templates.

Templating makes really sense when more advanced logic is happening under the hood.

Otherwise, everything could be templated from the Pod/Deployment spec which will reduce the number of lines from the one side, but make the spec harder to follow.