Skip to content

Commit

Permalink
fix: Argo role arn in cloudformation is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 27, 2023
1 parent 8a80fd4 commit 95c3cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/eks/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export class LinzEksCluster extends Stack {
namespace: 'argo',
});
argoRunnerSa.node.addDependency(argoNs);
new CfnOutput(this, 'ArgoRunnerServiceAccountRoleArn', { value: argoRunnerSa.role.roleArn });
new CfnOutput(this, CfnOutputKeys.Argo.RunnerServiceAccountName, { value: argoRunnerSa.serviceAccountName });

// give read/write on the temporary (scratch) bucket
Expand Down

0 comments on commit 95c3cb8

Please sign in to comment.