Skip to content

Commit

Permalink
Moved webapp helm chart to main deploy directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Jan 9, 2025
1 parent d5546bd commit b85bac3
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./webapp
file: ./webapp/deploy/Dockerfile
file: ./webapp/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -68,14 +68,14 @@ jobs:

- name: Update Helm dependencies
run: |
helm dependency update ./webapp/deploy/helm
helm dependency update ./deploy/helm/webapp
- name: Deploy to Kubernetes
run: |
helm upgrade --install \
--namespace webapp \
--create-namespace \
webapp \
./webapp/deploy/helm
./deploy/helm/webapp
env:
KUBECONFIG: ${{ github.workspace }}/gfts-track-reconstruction/jupyterhub/secrets/kubeconfig.yaml
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
webapp/deploy/helm/
deploy/helm/webapp
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b85bac3

Please sign in to comment.