Skip to content

Commit

Permalink
Merge pull request #6663 from ryanlovett/r-gch
Browse files Browse the repository at this point in the history
Install gitconfig where conda's git reads it.
  • Loading branch information
ryanlovett authored Jan 17, 2025
2 parents 8e763c2 + 1115789 commit 30fb48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jupyterhub:
secretName: user-etc-gitconfig
extraVolumeMounts:
- name: etc-gitconfig
mountPath: /etc/gitconfig
mountPath: /srv/conda/etc/gitconfig
subPath: gitconfig
readOnly: true
- name: etc-gitconfig
Expand Down
2 changes: 1 addition & 1 deletion deployments/publichealth/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jupyterhub:
secretName: user-etc-gitconfig
extraVolumeMounts:
- name: etc-gitconfig
mountPath: /etc/gitconfig
mountPath: /srv/conda/etc/gitconfig
subPath: gitconfig
readOnly: true
- name: etc-gitconfig
Expand Down
2 changes: 1 addition & 1 deletion deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jupyterhub:
secretName: user-etc-gitconfig
extraVolumeMounts:
- name: etc-gitconfig
mountPath: /etc/gitconfig
mountPath: /srv/conda/etc/gitconfig
subPath: gitconfig
readOnly: true
- name: etc-gitconfig
Expand Down

0 comments on commit 30fb48c

Please sign in to comment.