Support Labels on configMap
What does this MR do?
Adds the support for custom configMap Labels
What's the best way to test this MR?
Add configMapLabels to the values.yaml and they should be added to the existing configMap Labels.
Example:
configMapLabels:
app.kubernetes.io/name: "{{ .Chart.Name }}"
team: "operations"
Render:
metadata:
labels:
app: gitlab-runner
chart: gitlab-runner-0.86.0
heritage: Helm
release: gitlab-runner
app.kubernetes.io/name: gitlab-runner
team: operations