ContainerImage.JSONServer/charts/json-server/templates/configmap.yaml
Danny Bessems 5aa9a52ed8
All checks were successful
continuous-integration/drone/push Build is passing
Override appVersion #2;Add Configmap backed volume
2023-05-10 12:55:52 +02:00

15 lines
262 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
data:
db.json: |
{
"metacluster": {
"version": "3.2.0",
"title": "json-server",
"author": "typicode"
},
"foo": { "bar": "woot" }
}