Skip to content

Commit

Permalink
Added missing revisions parameter for Istio
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlewisuk authored Oct 25, 2023
1 parent f3f831f commit 130fe81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,9 @@ var serviceMeshProfileObj = {
enabled: true
mode: istioIngressGatewayMode
}]
}
revisions: [
'1'
]
}
mode: 'Istio'
}
Expand Down

0 comments on commit 130fe81

Please sign in to comment.