Compare commits

..

1 Commits

Author SHA1 Message Date
Pierre Delpy
aafc2afee7 fix secret sync in dktk 2025-12-05 11:27:37 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -22,8 +22,7 @@ services:
- "traefik.http.routers.blaze_ccp.tls=true"
focus:
#image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
image: ghcr.io/samply/focus:fix-exporter-v2
image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
container_name: bridgehead-focus
environment:
- API_KEY=${FOCUS_BEAM_SECRET_SHORT}

View File

@@ -337,8 +337,8 @@ function sync_secrets() {
}
function secret_sync_gitlab_token() {
if [[ "$PROJECT" != "dktk" && "$PROJECT" != "bbmri" ]]; then
log "INFO" "Not running Secret Sync for project minimal"
if [[ "$PROJECT" != "ccp" && "$PROJECT" != "bbmri" ]]; then
log "INFO" "Not running Secret Sync for project $PROJECT"
return
fi
# Map the origin of the git repository /etc/bridgehead to the prefix recognized by Secret Sync