Skip to content

Commit

Permalink
Moving Istio revision into a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlewisuk authored Oct 25, 2023
1 parent 4dd7d08 commit 2769380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ param serviceMeshProfile string = ''

@description('The ingress gateway to use for the Istio service mesh')
param istioIngressGatewayMode string = ''
param istioRevision string = 'asm-1-17'

var serviceMeshProfileObj = {
istio: {
Expand All @@ -1117,7 +1118,7 @@ var serviceMeshProfileObj = {
}]
}
revisions: [
'asm-1-17'
istioRevision
]
}
mode: 'Istio'
Expand Down

0 comments on commit 2769380

Please sign in to comment.