From 17091c9c71902f7d398ac7de7a729512e732fe4f Mon Sep 17 00:00:00 2001
From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de>
Date: Thu, 8 Sep 2022 08:46:10 +0000
Subject: [PATCH] Update .gitlab/agents/gitlab-agent/config.yaml

---
 .gitlab/agents/gitlab-agent/config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/agents/gitlab-agent/config.yaml b/.gitlab/agents/gitlab-agent/config.yaml
index 1191614..345df4e 100644
--- a/.gitlab/agents/gitlab-agent/config.yaml
+++ b/.gitlab/agents/gitlab-agent/config.yaml
@@ -4,11 +4,11 @@ gitops:
     default_namespace: my-ns
     paths:
       # Read all YAML files from this directory.
-    - glob: '/team1/app1/*.yaml'
+    - glob: '/deployments/*.yaml'
       # Read all .yaml files from team2/apps and all subdirectories.
-    - glob: '/team2/apps/**/*.yaml'
+    #- glob: '/team2/apps/**/*.yaml'
       # If 'paths' is not specified or is an empty list, the configuration below is used.
-    - glob: '/**/*.{yaml,yml,json}'
+    #- glob: '/**/*.{yaml,yml,json}'
     reconcile_timeout: 3600s
     dry_run_strategy: none
     prune: true
-- 
GitLab