Skip to content

Commit

Permalink
fix lable
Browse files Browse the repository at this point in the history
  • Loading branch information
HUAHUAI23 committed Aug 13, 2024
1 parent 0768ae1 commit 9881a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/instance/instance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class InstanceService {
deployment.spec = await this.makeDeploymentSpec(
app,
deployment.spec.template.metadata.labels,
this.getRuntimeLabel(appid),
deployment.spec.template.metadata.labels,
)
const appsV1Api = this.cluster.makeAppsV1Api()
const deploymentResult = await appsV1Api.replaceNamespacedDeployment(
Expand Down

0 comments on commit 9881a37

Please sign in to comment.