Skip to content

Commit 080c7d9

Browse files
[static] Add missing secretKeyRef in GHA setup (#3638)
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
1 parent b1eb83a commit 080c7d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cluster/pulumi/gha/src/runners.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,10 @@ function installK8sRunnerScaleSet(
549549
{
550550
name: 'PERFORMANCE_TESTS_DB_PASSWORD',
551551
valueFrom: {
552-
key: 'postgresPassword',
553-
name: performanceTestsDb.secretName,
552+
secretKeyRef: {
553+
key: 'postgresPassword',
554+
name: performanceTestsDb.secretName,
555+
},
554556
},
555557
},
556558
],

0 commit comments

Comments
 (0)