Skip to content

Commit

Permalink
use object
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Dec 18, 2024
1 parent 33ae0ac commit 72f046c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
},
"versions": {
"description": "The current istio version in the AKS cluster",
"type": "string"
"type": "object"
},
"targetVersion": {
"description": "The target istio version that will be updated to",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using '../templates/svc-cluster.bicep'

param kubernetesVersion = '{{ .kubernetesVersion }}'
param istioVersion = ['{{ .svc.istio.versions }}']
param istioVersion = {{ .svc.istio.versions }}
param vnetAddressPrefix = '{{ .vnetAddressPrefix }}'
param subnetPrefix = '{{ .subnetPrefix }}'
param podSubnetPrefix = '{{ .podSubnetPrefix }}'
Expand Down

0 comments on commit 72f046c

Please sign in to comment.