Skip to content

Commit e1d2af6

Browse files
nicu-daisegall-da
andauthored
[static] Update cluster/pulumi/common/src/operator/config.ts
Co-authored-by: Itai Segall <itai.segall@digitalasset.com> Signed-off-by: Nicu Reut <nicu.reut@digitalasset.com>
1 parent aeef26f commit e1d2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/pulumi/common/src/operator/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { z } from 'zod';
77
export const OperatorDeploymentConfigSchema = z.object({
88
operatorDeployment: z.object({
99
reference: GitReferenceSchema,
10-
// TODO(https://github.com/DACH-NY/canton-network-internal/issues/544 #544) - delete this and move the config back to the operator project
10+
// TODO(DACH-NY/canton-network-internal#544) - delete this and move the config back to the operator project
1111
useOperatorV2: z.boolean().default(true),
1212
}),
1313
});

0 commit comments

Comments
 (0)