drone-charts/templates/serviceAccount.yaml
Markus Pesch fc2dd72561
All checks were successful
continuous-integration/drone/push Build is passing
fix: add annotations for service and serviceAccount
2022-04-19 11:51:34 +02:00

10 lines
253 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
labels:
{{- include "drone.labels" . | nindent 4 }}
name: {{ include "drone.fullname" . }}