Skip to content

Commit

Permalink
Install gitconfig where conda's git reads it.
Browse files Browse the repository at this point in the history
This enables git credential helper to work.
ryanlovett committed Jan 17, 2025
1 parent 8e763c2 commit 1115789
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
@@ -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
2 changes: 1 addition & 1 deletion deployments/publichealth/config/common.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1115789

Please sign in to comment.