Skip to content

Commit

Permalink
rename cspr
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Feb 24, 2025
1 parent b4443b0 commit c4509ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-infrastructure/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ configurations/output-svc.bicepparam
configurations/mock-identities.bicepparam
configurations/global-acr.bicepparam
configurations/global-infra.bicepparam
configurations/output-global.bicepparam
configurations/output-svc.bicepparam
config.mk

Expand Down
2 changes: 1 addition & 1 deletion dev-infrastructure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ svc.cs-pr-check-msi:
az deployment group create \
--name cs-integ-msi \
--resource-group $(SVC_RESOURCEGROUP) \
--template-file templates/cs-integration-msi.bicep \
--template-file templates/dev-cs-integration-msi.bicep \
$(PROMPT_TO_CONFIRM) \
--parameters \
configurations/cs-integ-msi.bicepparam
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using '../templates/cs-integration-msi.bicep'
using '../templates/dev-cs-integration-msi.bicep'

param namespaceFormatString = 'sandbox-jenkins-{0}-aro-hcp'
param clusterServiceManagedIdentityName = '{{ .clusterService.managedIdentityName }}'
Expand Down

0 comments on commit c4509ba

Please sign in to comment.