Skip to content

Commit

Permalink
fix: cfg module to be part of the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Feb 14, 2024
1 parent 5fa75c4 commit f694245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operator/src/network/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! Network is k8s custom resource that defines a Ceramic network.
// Export all spec types
mod node_affinity;
mod spec;
pub use spec::*;

Expand All @@ -21,6 +20,8 @@ pub(crate) mod ipfs;
#[cfg(feature = "controller")]
pub(crate) mod ipfs_rpc;
#[cfg(feature = "controller")]
mod node_affinity;
#[cfg(feature = "controller")]
pub(crate) mod peers;
#[cfg(feature = "controller")]
pub(crate) mod resource_limits;
Expand Down

0 comments on commit f694245

Please sign in to comment.