From b5236c9942b4741099fe312d10371738ee3bbed4 Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Mon, 12 May 2025 19:46:50 -0500 Subject: [PATCH] Attempting to fix inconsistency with ciam-service-dashboard versus ciam-services-dashboard --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c33dcb..b12e34a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -119,7 +119,7 @@ jobs: backup-created: ${{ steps.backup.outputs.created }} restore-time: ${{ steps.deploy-helm-chart.outputs.RESTORE_TIME }} env: - NAMESPACE: ciam-service-dashboard + NAMESPACE: ciam-services-dashboard RELEASE_NAME: services CHART_NAME: ${{ needs.build.outputs.chart-name }} steps: