Skip to content

Commit

Permalink
fix: correct path for service ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 7, 2022
1 parent a7325fd commit 16d2017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
DEPENDENCIES_LIST=$(if test -f ./manifests/k8s-dependencies.yml; then (cat ./manifests/k8s-dependencies.yml | yq -P '.dependencies'); else echo '' ; fi)
ytt \
-f ./.pipeline/deploy/as-k8s/service.schema.yml \
-f ./.pipeline/deploy/as-k8s/service.yml \
-f ./.pipeline/deploy/as-k8s/service \
-f ./manifests/k8s-values.yml \
--data-value ecosystem=${{steps.deploy_setup.outputs.deploy_ecosystem}} \
--data-value organization=${{steps.deploy_setup.outputs.deploy_organization}} \
Expand Down

0 comments on commit 16d2017

Please sign in to comment.