renamed values-preprod.yml file (#558)

This commit is contained in:
Mary Milasheuskaya
2025-09-15 15:07:24 -07:00
committed by GitHub
parent 5c3c1a8761
commit 283eb1de25
2 changed files with 1 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ jobs:
--set image.registry=$REGISTRY \ --set image.registry=$REGISTRY \
--set image.name=$PROJECT \ --set image.name=$PROJECT \
--set image.tag=$TAG-prd \ --set image.tag=$TAG-prd \
--wait -i -f k8s/values-prd.yaml $PROJECT k8s/ --wait -i -f k8s/values-preprod.yaml $PROJECT k8s/
- name: Deploy Response - name: Deploy Response
run: echo "Response was ${{ steps.deploy.outputs.response }}" run: echo "Response was ${{ steps.deploy.outputs.response }}"