data-center-helm-charts
data-center-helm-charts copied to clipboard
CLIP-1567: Make synchrony pod and service annotations configurable
This PR makes it possible to redefine:
- pod annotations for synchrony. If undefined,
.Values.podAnnotations
is used - service annotations for synchrony. If undefined,
.Values.confluence.service.annotations
is used
Fixes https://github.com/atlassian/data-center-helm-charts/issues/398
Checklist
- [x] I have added unit tests
- [x] I have applied the change to all applicable products
- [x] I have added the change description to the
changelog.md
andChart.yaml
files - [ ] (Atlassian only) I have run the E2E test (if applicable)
- [ ] (Atlassian only) Internal Bamboo CI is passing