Skip to content

Commit

Permalink
fix tenantLabel to use proper neuroforgede
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Dec 8, 2023
1 parent df26194 commit c68549e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarmgate/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ALLOWED_VOLUME_TYPES = process.env.ALLOWED_VOLUME_TYPES?.split(',') || ['b
const ALLOW_PORT_EXPOSE = process.env.ALLOW_PORT_EXPOSE === '1' || process.env.ALLOW_PORT_EXPOSE === 'true';
const SERVICE_ALLOW_LISTED_NETWORKS = process.env.SERVICE_ALLOW_LISTED_NETWORKS?.split(',') || [];

const tenantLabel = "com.github.com.nfcompose.swarmgate.tenant";
const tenantLabel = "com.github.neuroforgede.swarmgate.tenant";
// some older versions have OWNER_LABEL_VALUE set but not TENANT_NAME
const tenantLabelValue = process.env.TENANT_NAME || process.env.OWNER_LABEL_VALUE;

Expand Down

0 comments on commit c68549e

Please sign in to comment.