add actual server (budget app)

This commit is contained in:
gilgamezh
2024-09-10 18:29:25 +02:00
parent 4cae5ac7f3
commit ea12943330
14 changed files with 502 additions and 0 deletions
@@ -0,0 +1,13 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "my-actual-server.serviceAccountName" . }}
labels:
{{- include "my-actual-server.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}