diff --git a/.gitlab/agents/gitlab-agent/config.yaml b/.gitlab/agents/gitlab-agent/config.yaml index 119161438ab18dd4a91bc7f355d45f7328bcd1bb..345df4ec939de3ba62fa8ec14f2f3d66fc45a13d 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