We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeef26f commit e1d2af6Copy full SHA for e1d2af6
cluster/pulumi/common/src/operator/config.ts
@@ -7,7 +7,7 @@ import { z } from 'zod';
7
export const OperatorDeploymentConfigSchema = z.object({
8
operatorDeployment: z.object({
9
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
+ // TODO(DACH-NY/canton-network-internal#544) - delete this and move the config back to the operator project
11
useOperatorV2: z.boolean().default(true),
12
}),
13
});
0 commit comments