Skip to content

Commit 264b47a

Browse files
ArthurSensroboquat
authored andcommitted
Remove unused variables
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
1 parent d9cb48b commit 264b47a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.werft/observability/monitoring-satellite.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { exec } from "../util/shell";
2-
import { getGlobalWerftInstance, Werft } from "../util/werft";
2+
import { Werft } from "../util/werft";
33
import * as fs from "fs";
44

55
type MonitoringSatelliteInstallerOptions = {
@@ -26,11 +26,7 @@ export class MonitoringSatelliteInstaller {
2626
const {
2727
werft,
2828
branch,
29-
satelliteNamespace,
30-
stackdriverServiceAccount,
31-
previewDomain,
3229
previewName,
33-
nodeExporterPort,
3430
} = this.options;
3531

3632
werft.log(

0 commit comments

Comments
 (0)