bakdata / streams-bootstrap

Utility functions and base classes for Kafka Streams applications
MIT License
29 stars 3 forks source link

Distinguish pod and deployment annotations in Helm charts #171

Closed philipp94831 closed 5 months ago

philipp94831 commented 1 year ago

Currently we set all annotations for the deployment (or job, cronjob, stateful set) and the pods exactly the same. However, some annotations should only be added to the deployment and some only for pods. We should add a new config podAnnotations to control that

philipp94831 commented 5 months ago

Fixed by #217