distro-tools/deploy/apollo/apollo-rpmworker/templates/serviceaccount.yaml
2023-02-02 17:55:49 +01:00

13 lines
338 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "apollo-rpmworker.serviceAccountName" . }}
labels:
{{- include "apollo-rpmworker.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}