add github-release-bot helm chart v0.1.0
This commit is contained in:
13
github-release-bot/templates/configmap.yaml
Normal file
13
github-release-bot/templates/configmap.yaml
Normal 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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user