add github-release-bot helm chart v0.1.0

This commit is contained in:
ace
2021-08-01 22:11:07 +03:00
parent 0c06ccdbc7
commit 724a5770f5
9 changed files with 357 additions and 0 deletions

View File

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