deactivate secret sync (which never worked for itcc/cce)

This commit is contained in:
Pierre Delpy
2025-10-14 08:28:56 +02:00
parent 0d86100a0d
commit e3123f8837

View File

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