Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed May 8, 2024
1 parent 600a7b0 commit 96632dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ param disableLocalAuth bool
@description('Deploy ARO HCP RP Azure Cosmos DB if true')
param deployFrontendCosmos bool

<<<<<<< HEAD
@description('List of workload identities to create and their required values')
param workloadIdentities array
=======

@description('Deploy ARO HCP Maestro Infrastructure if true')
param deployMaestroInfra bool
>>>>>>> 0b85144 ([draft] setting up event grid namespaces infrastructure and SVC cluster access)

module svcCluster '../modules/aks-cluster-base.bicep' = {
name: 'svc-cluster'
Expand Down

0 comments on commit 96632dc

Please sign in to comment.