Skip to content

Commit

Permalink
orchestrator-kubernetes enable vpc-endpoints feature on cloud-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hunt-materialize committed Dec 31, 2024
1 parent 15fedc9 commit 1c633e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator-kubernetes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "3.2.24", features = ["derive"] }
fail = { version = "0.5.1", features = ["failpoints"] }
futures = "0.3.25"
maplit = "1.0.2"
mz-cloud-resources = { path = "../cloud-resources", default-features = false }
mz-cloud-resources = { path = "../cloud-resources", default-features = false, features = ["vpc-endpoints"] }
mz-orchestrator = { path = "../orchestrator", default-features = false }
mz-ore = { path = "../ore", default-features = false, features = ["async"] }
mz-secrets = { path = "../secrets", default-features = false }
Expand Down

0 comments on commit 1c633e3

Please sign in to comment.