Feature/deploy ha containers #10
@@ -9,7 +9,7 @@ const bootstrapRef = new pulumi.StackReference(
|
||||
);
|
||||
|
||||
const kubeconfig = bootstrapRef.requireOutput("kubeconfig");
|
||||
const domain = config.require("domain");
|
||||
const domain = config.requireSecret("domain");
|
||||
|
||||
const k8sProvider = new k8s.Provider("k3s", { kubeconfig });
|
||||
const opts = (extras?: pulumi.ResourceOptions): pulumi.ResourceOptions => ({
|
||||
|
||||
Reference in New Issue
Block a user