Files
homer/helm/templates/configmap.yaml

7 lines
148 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}
data:
config.yml: |{{ range .Files.Lines "config.yml" }}
{{ . }}{{ end }}