mirror of
https://gitea.0xace.cc/rust/github-release-bot.git
synced 2024-11-25 22:06:38 +00:00
14 lines
273 B
YAML
14 lines
273 B
YAML
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 }}
|
|
|
|
|