mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
13 lines
339 B
YAML
13 lines
339 B
YAML
{{- if .Values.zipkin.serviceAccount.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "hangar.zipkin.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "hangar.labels" . | nindent 4 }}
|
|
{{- with .Values.zipkin.serviceAccount.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|