From 2a1c73d9a95d2d7ab8fe0cc293bb15e1d75f3d01 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Thu, 15 Feb 2024 11:55:15 +0100 Subject: [PATCH] updated value.yaml path --- .github/workflows/DeployToAKS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DeployToAKS.yml b/.github/workflows/DeployToAKS.yml index 480b97b..d87d67a 100644 --- a/.github/workflows/DeployToAKS.yml +++ b/.github/workflows/DeployToAKS.yml @@ -87,7 +87,7 @@ jobs: with: renderEngine: "helm" helmChart: ${{ env.CHART_PATH }} - overrideFiles: "./helm-charts/dev/ic-ui-vaulues.yaml" + overrideFiles: "../helm-charts/dev/ic-ui-vaulues.yaml" overrides: | replicas:2 helm-version: "latest" @@ -142,7 +142,7 @@ jobs: with: renderEngine: "helm" helmChart: ${{ env.CHART_PATH }} - overrideFiles: ./helm-charts/prod/ic-ui-vaulues.yaml + overrideFiles: ../helm-charts/prod/ic-ui-vaulues.yaml overrides: | replicas:2 helm-version: "latest"