Skip to content

Commit

Permalink
added chart service account template
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Nov 1, 2021
1 parent 52d6492 commit 76ec964
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/kinesis/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "kinesis.serviceAccountName" . }}
labels:
{{- include "kinesis.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 76ec964

Please sign in to comment.