Skip to content

Commit

Permalink
fixed a bug with file access permissions (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
muali14 authored Feb 9, 2023
1 parent 276dfa4 commit a7cc7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-notebook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v2"
name: "jupyter-notebook"
version: 0.4.17
version: 0.4.18
appVersion: 2.1.3
description: "A Jupyter Notebook with a condor-submit setup"
type: application
3 changes: 2 additions & 1 deletion charts/jupyter-notebook/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ data:
# get the condor token where it needs to be, with the right ownership
cp -a /root/tokens/* /etc/condor/tokens.d/
chown -R condor: /etc/condor/tokens.d
chmod 400 /etc/condor/tokens.d/*
chmod 440 /etc/condor/tokens.d/*
chown :users /etc/condor/tokens.d/condor_token
condor_token_list
# users won't be able to run `unminimize` anyway
Expand Down

0 comments on commit a7cc7ac

Please sign in to comment.