Skip to content

Commit

Permalink
Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Jan 29, 2025
1 parent cd1aea4 commit 4d37543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/operator/policies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ pub async fn create_cluster_policy_and_try_to_mirror(
block: vec![BlockedFeature::Mirror],
env: Default::default(),
fs: Default::default(),
network: Default::default(),
},
),
)
Expand Down
1 change: 1 addition & 0 deletions tests/src/operator/policies/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub async fn create_namespaced_fs_policy_and_try_file_open(
local: HashSet::from_iter(vec!["file\\.local".to_string()]),
not_found: HashSet::from_iter(vec!["file\\.not-found".to_string()]),
},
network: Default::default(),
},
),
&service.namespace,
Expand Down

0 comments on commit 4d37543

Please sign in to comment.