Adds the global gitlab annotations to mailroom
- This sets the global annotations to the mailroom deployment
- Previously this was not happening
- So if
global.deployment.annotations.app: foobar
is set, we'll end up with something like this:
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: release-name-mailroom
namespace: gitlab
labels:
app: mailroom
chart: mailroom-2.4.6
release: release-name
heritage: Tiller
annotations:
app: foobar
Addresses: gitlab-com/gl-infra/delivery#551 (closed)
Related to #1567 (closed)
Edited by Jason Plum