fix: only change permissions on related files

This commit is contained in:
Jan 2023-12-13 17:39:35 +01:00 committed by juarez
parent d3da426610
commit 2a024e751d
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ function sync_secrets() {
fi
mkdir -p /var/cache/bridgehead/secrets/
touch /var/cache/bridgehead/secrets/oidc
chown -R bridgehead:docker /var/cache/bridgehead
chown -R bridgehead:docker /var/cache/bridgehead/secrets
# The oidc provider will need to be switched based on the project at some point I guess
docker run --rm \
-v /var/cache/bridgehead/secrets/oidc:/usr/local/cache \