github-release-bot/helm/templates/configmap.yaml

14 lines
273 B
YAML
Raw Normal View History

2023-03-05 08:37:51 +00:00
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 }}