Skip to content

Commit

Permalink
fix: lint fails
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Nov 5, 2023
1 parent 68f6d76 commit 9e8f70b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions infra/charts/event.exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {
Deployment,
ImagePullPolicy,
Namespace,
Node,
NodeLabelQuery,
ServiceAccount,
Volume,
} from 'cdk8s-plus-27';
Expand Down Expand Up @@ -55,7 +53,7 @@ receivers:
},
});

const deployment = new Deployment(this, 'event-exporter', {
new Deployment(this, 'event-exporter', {
metadata: { name: 'event-exporter', namespace: props.namespace },
replicas: 1,
podMetadata: {
Expand Down

0 comments on commit 9e8f70b

Please sign in to comment.