There was an error while loading. Please reload this page.
1 parent d9cb48b commit 264b47aCopy full SHA for 264b47a
.werft/observability/monitoring-satellite.ts
@@ -1,5 +1,5 @@
1
import { exec } from "../util/shell";
2
-import { getGlobalWerftInstance, Werft } from "../util/werft";
+import { Werft } from "../util/werft";
3
import * as fs from "fs";
4
5
type MonitoringSatelliteInstallerOptions = {
@@ -26,11 +26,7 @@ export class MonitoringSatelliteInstaller {
26
const {
27
werft,
28
branch,
29
- satelliteNamespace,
30
- stackdriverServiceAccount,
31
- previewDomain,
32
previewName,
33
- nodeExporterPort,
34
} = this.options;
35
36
werft.log(
0 commit comments