Markus Pesch
fc2dd72561
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
253 B
YAML
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" . }} |