From c7a8e035c03d84e1dcbd42de505cc14d055b966b Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Tue, 1 Oct 2024 18:58:25 +0545 Subject: [PATCH] fix: canary kustomization --- fixtures/minimal/kustomization.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fixtures/minimal/kustomization.yaml b/fixtures/minimal/kustomization.yaml index 9b254014f..824505957 100644 --- a/fixtures/minimal/kustomization.yaml +++ b/fixtures/minimal/kustomization.yaml @@ -4,9 +4,9 @@ resources: - dns_fail.yaml - dns_pass.yaml - http_fail.yaml - - http_pass_single.yaml + - http_single_pass.yaml - http_timeout_fail.yaml - - http_auth_static.yaml - - display-with-cel.yaml - - display-with-gotemplate.yaml - - display-with-javascript.yaml \ No newline at end of file + - http_auth_static_pass.yaml + - display-with-cel_pass.yaml + - display-with-gotemplate_pass.yaml + - display-with-javascript_pass.yaml \ No newline at end of file