Skip to content

Commit

Permalink
updated value.yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Feb 15, 2024
1 parent f66b84d commit 2a1c73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployToAKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2a1c73d

Please sign in to comment.