marcel-dempers 4d02dbe534 example-app
2022-02-20 18:07:05 +11:00

11 lines
210 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: example-config
data:
config.json: |
{
"environment" : "dev"
}
# kubectl create configmap example-config --from-file ./golang/configs/config.json