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