go-latestver/charts/latestver/templates/configmap.yaml

10 lines
224 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "go-latestver.fullname" . }}
labels:
{{- include "go-latestver.labels" . | nindent 4 }}
data:
config.yaml: |
{{- .Values.config | toYaml | nindent 4 }}