Skip to content

Commit

Permalink
change skaffold deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhut committed Aug 5, 2020
1 parent 790049b commit d03c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ deploy:
helm:
releases:
- name: post-service
chartPath: ../kube-deploy/charts/post-service
chartPath: ../../kube-deploy/charts/post-service
valuesFiles:
- ../kube-deploy/charts/post-service/values.yaml
- ../../kube-deploy/charts/post-service/values.yaml
values:
imageName: docker.pkg.github.com/vinhut/posted

0 comments on commit d03c57a

Please sign in to comment.