Kubernetes - ConfigMaps
Given a file
app.properties with content key=value, what will be the output of kubectl create configmap app-config --from-file=app.properties?