Skip to content

Commit

Permalink
output chaining for mgmt-pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Dec 6, 2024
1 parent c84097c commit da050f2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions dev-infrastructure/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ configurations/acr-ocp.bicepparam
configurations/image-sync.bicepparam
configurations/dev-role-assignments.bicepparam
configurations/cs-integ-msi.bicepparam
configurations/output-region.bicepparam
config.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
using '../templates/output-region.bicep'

This file was deleted.

4 changes: 2 additions & 2 deletions dev-infrastructure/mgmt-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resourceGroups:
steps:
- name: regionOutput
action: ARM
template: templates/outputs/region.bicep
parameters: configurations/outputs/region.tmpl.bicepparam
template: templates/output-region.bicep
parameters: configurations/output-region.tmpl.bicepparam
- name: {{ .mgmt.rg }}
subscription: {{ .mgmt.subscription }}
aksCluster: {{ .aksName }}
Expand Down

0 comments on commit da050f2

Please sign in to comment.