Kubernetes - ConfigMaps
Given the command
kubectl create configmap my-config --from-file=app.properties, what will be the key name inside the ConfigMap if the file is named app.properties?