mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 10:29:08 +08:00
add items type for secrets
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
54f61eba68
commit
117c3de7c5
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"type": "array"
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"volumes": {
|
"volumes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
Loading…
Reference in a new issue