Skip to content

Commit 24efe7c

Browse files
committed
Revert "[static] Add missing secretKeyRef in GHA setup (#3638)"
This reverts commit 080c7d9. Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
1 parent 21e7b06 commit 24efe7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cluster/pulumi/gha/src/runners.ts

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

0 commit comments

Comments
 (0)