mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-12 16:21:28 +00:00
13 lines
336 B
YAML
13 lines
336 B
YAML
{{- if .Values.serviceAccount.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "apollo-rhworker.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "apollo-rhworker.labels" . | nindent 4 }}
|
|
{{- with .Values.serviceAccount.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|