Skip to content

exclude_paths_glob_patterns does not work #14029

Answered by jszwedko
mindrunner asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mindrunner !

Using vector.dev/exclude: true should work. We have that functionality under test:

#[tokio::test]
async fn pod_filtering() -> Result<(), Box<dyn std::error::Error>> {
let _guard = lock();
init();
let namespace = get_namespace();
let pod_namespace = get_namespace_appended(&namespace, "test-pod");
let affinity_label = format!("{}-affinity", pod_namespace);
let framework = make_framework();
let override_name = get_override_name(&namespace, "vector-agent");
let vector = framework
.helm_chart(
&namespace,
"vector",
"v…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mindrunner
Comment options

Answer selected by JeanMertz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants