Commit 8368df9d authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'joerg-gitlab-master-patch-32951' into 'master'

#185 - Add metadata.labels as proposed

Closes #185

See merge request gitlab-org/cluster-integration/auto-deploy-image!250
parents c8f81636 4959f2e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
description: GitLab's Auto-deploy Helm Chart
name: auto-deploy-app
version: 2.21.0
version: 2.21.1
icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ .name | quote }}
  labels:
{{ include "sharedlabels" $ | indent 4 }}
{{- if .annotations }}
  annotations:
{{ toYaml .annotations | indent 4 }}