feat(fapr): Inital stubs with prod/staging

This commit is contained in:
2026-05-07 17:24:14 +02:00
parent f50851c775
commit 94cae1df24
25 changed files with 687 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "fapr.serviceAccountName" . }}
labels:
{{- include "fapr.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}