This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 318ac54  Change namespace for ATSCachingPolicy (#306)
318ac54 is described below

commit 318ac54c481779180c00ee1e194d142a5af56962
Author: Kit Chan <[email protected]>
AuthorDate: Fri Sep 12 10:13:57 2025 -0500

    Change namespace for ATSCachingPolicy (#306)
---
 ats_caching/atscachingpolicy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ats_caching/atscachingpolicy.yaml 
b/ats_caching/atscachingpolicy.yaml
index 765734d..f2b65e1 100644
--- a/ats_caching/atscachingpolicy.yaml
+++ b/ats_caching/atscachingpolicy.yaml
@@ -2,7 +2,7 @@ apiVersion: k8s.trafficserver.apache.com/v1
 kind: ATSCachingPolicy
 metadata:
   name: my-app-caching
-  namespace: caching-ats-new
+  namespace: trafficserver-test
 spec:
   rules:
     - name: home-endpoint

Reply via email to