Skip to content

Commit

Permalink
Lint and format
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Dec 11, 2024
1 parent 6133c88 commit ffe52f9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dev-infrastructure/svc-infra-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ resourceGroups:
action: ARM
template: templates/svc-infra.bicep
parameters: configurations/svc-infra.tmpl.bicepparam

2 changes: 0 additions & 2 deletions dev-infrastructure/templates/svc-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ param regionalDNSZoneName string

var clusterServiceMIName = 'clusters-service'


resource serviceKeyVault 'Microsoft.KeyVault/vaults@2024-04-01-preview' existing = {
name: serviceKeyVaultName
scope: resourceGroup(serviceKeyVaultResourceGroup)
Expand Down Expand Up @@ -266,7 +265,6 @@ module maestroServer '../modules/maestro/maestro-server.bicep' = {
// K E Y V A U L T S
//


module serviceKeyVaultPrivateEndpoint '../modules/private-endpoint.bicep' = {
name: '${deployment().name}-svcs-kv-pe'
params: {
Expand Down
1 change: 0 additions & 1 deletion dev-infrastructure/templates/svc-infra.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ param serviceKeyVaultSoftDelete bool = true
@description('If true, make the service keyvault private and only accessible by the svc cluster via private link.')
param serviceKeyVaultPrivate bool = true


//
// K E Y V A U L T S
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
ports: ["8081"]
selector:
matchLabels:
app: "aro-hcp-frontend"
app: "aro-hcp-frontend"

0 comments on commit ffe52f9

Please sign in to comment.