Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Fix allowPrivileged flag schema. (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Sep 10, 2019
1 parent 8fff3ec commit fd85e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const manifestSchema = `
}
},
"baseImage": {"type": "string"},
"allowPrivileged": {"type": "boolean"},
"logo": {"type": "string"},
"releaseNotes": {"type": "string"},
"endpoints": {
Expand Down Expand Up @@ -645,6 +644,7 @@ const manifestSchema = `
"additionalProperties": false,
"properties": {
"baseImage": {"type": "string"},
"allowPrivileged": {"type": "boolean"},
"args": {
"type": "array",
"items": {"type": "string"}
Expand Down

0 comments on commit fd85e5b

Please sign in to comment.