feat: Add Code Server environment variables to Service model

This commit is contained in:
Andras Bacsai
2024-08-29 10:44:16 +02:00
parent 5525c02c7f
commit d27b1766e6
3 changed files with 41 additions and 14 deletions

View File

@@ -3453,7 +3453,7 @@ function newParser(Application|Service $resource, int $pull_request_id = 0, ?int
} else {
$shouldGenerateLabelsExactly = $resource->server->settings->generate_exact_labels;
$uuid = $resource->uuid;
$network = $resource->server->destination->network;
$network = $resource->destination->network;
}
if ($shouldGenerateLabelsExactly) {
switch ($server->proxyType()) {