Skip to content

Commit

Permalink
Rebuild to copy database credentials from seperate secret
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 29, 2023
1 parent 4c2b76a commit e50ea34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ then
echo "---> Starting the Slurm Database Daemon (slurmdbd) ..."

cp /tempmounts/slurmdbd.conf /etc/slurm/slurmdbd.conf
echo "StorageUser=${StorageUser}" >> /etc/slurm/slurmdbd.conf
echo "StoragePass=${StoragePass}" >> /etc/slurm/slurmdbd.conf
chown slurm:slurm /etc/slurm/slurmdbd.conf
chmod 600 /etc/slurm/slurmdbd.conf
{
Expand Down

0 comments on commit e50ea34

Please sign in to comment.