Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeromano committed Mar 4, 2024
1 parent 87fc727 commit 807d4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 807d4b2

Please sign in to comment.