mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-12-24 13:38:10 +08:00
14 lines
189 B
YAML
14 lines
189 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: example-config
|
|
data:
|
|
app.config: |
|
|
{
|
|
"app_Name": "example app",
|
|
"users": [
|
|
"user1",
|
|
"user2"
|
|
]
|
|
}
|