Skip to content

Commit bbf2399

Browse files
chore(mozcloud): light alphabetization in json schema
1 parent 3d44e1b commit bbf2399

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

mozcloud/application/values.schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,12 +1059,6 @@
10591059
"type": "string"
10601060
}
10611061
},
1062-
"secrets": {
1063-
"type": "array",
1064-
"items": {
1065-
"type": "string"
1066-
}
1067-
},
10681062
"image": {
10691063
"type": "object",
10701064
"additionalProperties": false,
@@ -1095,6 +1089,12 @@
10951089
}
10961090
}
10971091
},
1092+
"secrets": {
1093+
"type": "array",
1094+
"items": {
1095+
"type": "string"
1096+
}
1097+
},
10981098
"security": {
10991099
"type": "object",
11001100
"additionalProperties": false,

0 commit comments

Comments
 (0)