Files
KubePi/docs/resources/config-map.yaml
wanghe-fit2cloud 9c22897034 NaN
2021-09-06 18:41:56 +08:00

14 lines
189 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: example-config
data:
app.config: |
{
"app_Name": "example app",
"users": [
"user1",
"user2"
]
}