Skip to content

Commit

Permalink
change schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Dec 5, 2024
1 parent c84097c commit 570a07f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/config.msft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ defaults:
etcd:
kvName: arohcp-etcd-{{ .ctx.regionShort }}
kvSoftDelete: true
istio:
currentVersion: "asm-1-22"
newVersion: ""
tag: "prod-stable"
istioctl:
version: "1.23.1"
url: "https://istio.io/downloadIstio"

# MGMT cluster specifics
mgmt:
Expand Down
21 changes: 21 additions & 0 deletions config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,27 @@
"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

0 comments on commit 570a07f

Please sign in to comment.