fix: add annotations for service and serviceAccount
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-19 11:51:34 +02:00
parent c336536512
commit fc2dd72561
3 changed files with 15 additions and 1 deletions

View File

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