2023-06-12 16:19:01 +00:00
|
|
|
---
|
2022-12-01 22:20:33 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
2023-06-12 16:19:01 +00:00
|
|
|
annotations:
|
|
|
|
{{- if .Values.global.commonAnnotations }}
|
|
|
|
{{- include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }}
|
|
|
|
{{- end }}
|
|
|
|
labels:
|
|
|
|
{{- if .Values.global.commonLabels }}
|
|
|
|
{{- include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }}
|
|
|
|
{{- end }}
|
2022-12-01 22:20:33 +00:00
|
|
|
app.kubernetes.io/part-of: federatorai
|
|
|
|
app: alameda
|
|
|
|
name: alameda-ai
|
|
|
|
namespace: {{ .Release.Namespace }}
|