cherrypick/chart/templates/ConfigMap.yml

9 lines
203 B
YAML
Raw Normal View History

2022-05-15 16:39:23 +09:00
apiVersion: v1
kind: ConfigMap
metadata:
2023-05-28 18:35:56 +09:00
name: {{ include "cherrypick.fullname" . }}-configuration
2022-05-15 16:39:23 +09:00
data:
default.yml: |-
2022-05-15 22:22:06 +09:00
{{ .Files.Get "files/default.yml"|nindent 4 }}
url: {{ .Values.url }}