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,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "github-release-bot.fullname" . }}-config
labels:
{{- include "github-release-bot.labels" . | nindent 4 }}
data:
config.yaml: |
{{- if .Values.config }}
{{- .Values.config | nindent 4 }}
{{- end }}