Skip to content

Commit

Permalink
add istio
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Dec 4, 2024
1 parent 1a4b427 commit 9e68ef0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,27 +534,6 @@
"kvSoftDelete"
]
},
"istio": {
"type": "object",
"currentVersion": {
"type": "string"
},
"newVersion": {
"type": "string"
},
"tag": {
"type": "string"
},
"istioctl": {
"type": "object",
"version": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"userAgentPool": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -588,6 +567,27 @@
},
"subscription": {
"type": "string"
},
"istio": {
"type": "object",
"currentVersion": {
"type": "string"
},
"newVersion": {
"type": "string"
},
"tag": {
"type": "string"
},
"istioctl": {
"type": "object",
"version": {
"type": "string"
},
"url": {
"type": "string"
}
}
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 9e68ef0

Please sign in to comment.