1
0
Fork 1
mirror of https://example.com synced 2024-11-23 20:06:38 +09:00
firefish/chart/templates/serviceaccount.yaml

13 lines
320 B
YAML
Raw Normal View History

2023-05-11 08:07:45 +09:00
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "calckey.serviceAccountName" . }}
labels:
{{- include "calckey.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}