Files
open-im-server/deployments/openim-server/openim-rpc-third/templates/serviceaccount.yaml
T

13 lines
338 B
YAML
Raw Normal View History

2023-10-23 18:00:57 +08:00
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "openim-rpc-third.serviceAccountName" . }}
labels:
{{- include "openim-rpc-third.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}