Commit eabbb613 authored by Jörg Mika's avatar Jörg Mika Committed by jmika
Browse files

fix: add shared labels to service account

parent c8f81636
Loading
Loading
Loading
Loading
+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 }}