mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
first commit
This commit is contained in:
commit
cbf84e25a5
22 changed files with 131008 additions and 0 deletions
8
test/configMap.json
Normal file
8
test/configMap.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"apiVersion": "v1",
|
||||
"data": {
|
||||
"game.properties": "enemies=aliens\nlives=3\nenemies.cheat=true\nenemies.cheat.level=noGoodRotten\nsecret.code.passphrase=UUDDLRLRBABAS\nsecret.code.allowed=true\nsecret.code.lives=30\n",
|
||||
"ui.properties": "color.good=purple\ncolor.bad=yellow\nallow.textmode=true\nhow.nice.to.look=fairlyNice\n"
|
||||
},
|
||||
"kind": "ConfigMap"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue