Skip to content

Commit

Permalink
fix: incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 25, 2023
1 parent 4429106 commit bb5e740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eks/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class LinzEksCluster extends Stack {
});
fluentBitSa.node.addDependency(fluentBitNs); // Ensure the namespace created first

new CfnOutput(this, CfnOutputKeys.FluentBit.ServiceAccountName, { value: fluentBitSa.name });
new CfnOutput(this, CfnOutputKeys.FluentBit.ServiceAccountName, { value: fluentBitSa.serviceAccountName });

// Basic constructs for argo to be deployed into
const argoNs = this.cluster.addManifest('ArgoNameSpace', {
Expand Down

0 comments on commit bb5e740

Please sign in to comment.