From 56250251182ed92e4b8182961ba599cc0342ad95 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Thu, 5 Dec 2024 14:04:34 +0100 Subject: [PATCH] Fix pipeline files --- backend/pipeline.yaml | 2 +- frontend/pipeline.yaml | 4 ++-- maestro/server/pipeline.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/pipeline.yaml b/backend/pipeline.yaml index 33f357912..2fb5a91d2 100644 --- a/backend/pipeline.yaml +++ b/backend/pipeline.yaml @@ -8,7 +8,7 @@ resourceGroups: - name: deploy action: Shell command: make deploy - env: + variables: - name: ARO_HCP_IMAGE_ACR configRef: svcAcrName - name: LOCATION diff --git a/frontend/pipeline.yaml b/frontend/pipeline.yaml index 88794bcf5..f342f5302 100644 --- a/frontend/pipeline.yaml +++ b/frontend/pipeline.yaml @@ -9,10 +9,10 @@ resourceGroups: action: Shell command: make deploy dryRun: - envVars: + variables: - name: HELM_DRY_RUN value: "--dry-run=server --debug" - env: + variables: - name: ARO_HCP_IMAGE_ACR configRef: svcAcrName - name: LOCATION diff --git a/maestro/server/pipeline.yaml b/maestro/server/pipeline.yaml index 394a818ce..982799129 100644 --- a/maestro/server/pipeline.yaml +++ b/maestro/server/pipeline.yaml @@ -8,7 +8,7 @@ resourceGroups: - name: deploy action: Shell command: make deploy - env: + variables: - name: EVENTGRID_NAME configRef: maestro.eventGrid.name - name: REGION_RG