diff --git a/infra/eks/cluster.ts b/infra/eks/cluster.ts index d42b1ab47..45023a01a 100644 --- a/infra/eks/cluster.ts +++ b/infra/eks/cluster.ts @@ -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