Skip to content

Commit

Permalink
Merge pull request #3747 from lsst-sqre/tickets/DM-46587
Browse files Browse the repository at this point in the history
DM-46587-hotfix: Fix credentials filename
  • Loading branch information
sebastian-aranda authored Oct 2, 2024
2 parents 5fd65f1 + 4f201c1 commit 9b10a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rapid-analysis/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
cp -RL /secrets-raw/* /secrets
cat /secrets/aws-credentials.ini > new-aws-credentials.ini
printf "\n" >> new-aws-credentials.ini
cat /secrets-rubintv/aws-credentials.ini >> new-aws-credentials.ini
cat /secrets-rubintv/aws_credentials.ini >> new-aws-credentials.ini
printf "\n" >> new-aws-credentials.ini
mv new-aws-credentials.ini /secrets/aws-credentials.ini
chown 73006:73006 /secrets/*
Expand Down

0 comments on commit 9b10a5d

Please sign in to comment.