chore: remove importFrom calls
This commit is contained in:
@@ -91,7 +91,7 @@ export class Netbird extends TerraformStack {
|
||||
repository: "https://netbirdio.github.io/helms",
|
||||
chart: "netbird",
|
||||
values: [fs.readFileSync(path.join(__dirname, "values.yaml"), "utf8")],
|
||||
}).importFrom("netbird/netbird");
|
||||
});
|
||||
|
||||
new OnePasswordSecret(this, "netbird-setup-key", {
|
||||
name: "netbird-setup-key",
|
||||
|
||||
Reference in New Issue
Block a user