add items type for secrets

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 02:45:32 +01:00
parent 54f61eba68
commit 117c3de7c5

View file

@ -48,7 +48,10 @@
"type": "string"
},
"secrets": {
"type": "array"
"type": "array",
"items": {
"type": "string"
}
},
"volumes": {
"type": "array",