feat: Tandoor recipes chart (#50)

This commit is contained in:
2024-01-29 15:37:59 +01:00
committed by GitHub
parent 03ffb38197
commit 80ba067911
17 changed files with 684 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "tandoor-recipes.serviceAccountName" . }}
labels:
{{- include "tandoor-recipes.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}