Skip to content

Commit

Permalink
Merge pull request #82 from microsoft/add-pypiserver-staging
Browse files Browse the repository at this point in the history
Updating data mount for pypiserver
  • Loading branch information
bradarm authored Jul 23, 2024
2 parents 401ce56 + 68802d6 commit d0c3945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/copy_to_spacedev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function main() {
copy_directory_to_dest --directory "env"
copy_directory_to_dest --directory "modules"
copy_directory_to_dest --directory "protos"
copy_directory_to_dest --directory "pypiserver"
copy_directory_to_dest --directory "scripts"

while read -r shellFile; do
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/coresvc_registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: registry-cert-mount
mountPath: /certs
- name: pypiserver-data-mount
mountPath: /data/packages
mountPath: /data
volumes:
- name: pypiserver-data-mount
hostPath:
Expand Down
1 change: 1 addition & 0 deletions pypiserver/scripts/stage_python_packages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: add script

0 comments on commit d0c3945

Please sign in to comment.