mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-03 03:19:00 +00:00
feat: Tandoor recipes chart (#50)
This commit is contained in:
12
charts/tandoor-recipes/templates/serviceaccount.yaml
Normal file
12
charts/tandoor-recipes/templates/serviceaccount.yaml
Normal 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 }}
|
Reference in New Issue
Block a user