11 lines
284 B
YAML
11 lines
284 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "cosmo-router.fullname" . }}-config
|
|
labels:
|
|
{{- include "cosmo-router.labels" . | nindent 4 }}
|
|
data:
|
|
config.yaml: |
|
|
{{ .Files.Get "config.yaml" | indent 4 }}
|
|
router.json: |
|
|
{{ .Files.Get "router.json" | indent 4 }} |