fix: Correctly set file permissions

This commit is contained in:
janskiba
2024-01-31 14:23:14 +00:00
committed by juarez
parent 01d3a38e18
commit 224c1472b2
3 changed files with 8 additions and 5 deletions

View File

@ -279,7 +279,6 @@ function sync_secrets() {
fi
mkdir -p /var/cache/bridgehead/secrets/
touch /var/cache/bridgehead/secrets/oidc
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 \