Skip to content

Commit

Permalink
added n-a-a-vre helm
Browse files Browse the repository at this point in the history
  • Loading branch information
skoulouzis committed Sep 11, 2023
1 parent 9d3e983 commit a8bcf66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ jspm_packages
/package-lock.json

tilt/helm-values-secrets.yaml
tilt/helm-n-a-a-vre-secrets.yaml
12 changes: 12 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ helm_remote(
],
)



helm_remote(
'jupyterhub',
repo_url='https://jupyterhub.github.io/helm-chart/',
values=[
'./tilt/helm-n-a-a-vre-secrets.yaml',
],
)



docker_build(
'qcdis/vreapi',
context='.',
Expand Down

0 comments on commit a8bcf66

Please sign in to comment.