Skip to content

Commit

Permalink
Updated Worload4
Browse files Browse the repository at this point in the history
  • Loading branch information
zepor committed Nov 22, 2023
1 parent 89c816b commit 311d079
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:
uses: azure/k8s-bake@v2
with:
renderEngine: "helm"
helmChart: ${{ env.CHART_PATH }}
overrideFiles: ${{ env.CHART_OVERRIDE_PATH }}
helmChart: ${{ secrets.HELM_CHART_PATH }}
overrides: |
replicas:2
replicas: 2
helm-version: "latest"
id: bake

Expand Down

0 comments on commit 311d079

Please sign in to comment.