```apiVersion: v1
kind: ConfigMap
metadata:
name: users-table-row-42
labels:
table: users
id: "42"
data:
row: '{"id": 42, "name": "Bob"}'
```
To query you just iterate over all config maps with label selectors. Let's ship it!
```apiVersion: v1
kind: ConfigMap
metadata:
name: users-table-row-42
labels:
table: users
id: "42"
data:
row: '{"id": 42, "name": "Bob"}'
```
To query you just iterate over all config maps with label selectors. Let's ship it!