From 807d4b269c944964e297df5f1e6353926b391689 Mon Sep 17 00:00:00 2001 From: Blake R <85771645+blakeromano@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:47:05 -0700 Subject: [PATCH] . --- pulumi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulumi/index.ts b/pulumi/index.ts index 192ea40..ccfbd51 100644 --- a/pulumi/index.ts +++ b/pulumi/index.ts @@ -104,4 +104,4 @@ if (config.require("clusterType") === "hub") { // Create the GitOps Configuration for the given cluster, upload // a file to be added to Github Repo which GitOps Controller could manage -new GitOpsClusterConfig(outputs, config, eksCluster.eksCluster.certificateAuthority.data) +new GitOpsClusterConfig(outputs, config, eksCluster.eksCluster.certificateAuthority.data) \ No newline at end of file