Nicolas Belouin 79cfca92a3 Add metallb to try things out
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
2024-11-04 11:12:41 +01:00

17 lines
427 B
YAML

{{- if .Values.frrk8s.serviceAccount.create }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ template "frrk8s.serviceAccountName" . }}
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "frrk8s.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
{{- with .Values.frrk8s.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}