Skip to content
Snippets Groups Projects
Commit 17091c9c authored by Helmut Hutzler's avatar Helmut Hutzler
Browse files

Update .gitlab/agents/gitlab-agent/config.yaml

parent 13bfcd25
Branches
No related tags found
1 merge request!2Update .gitlab/agents/gitlab-agent/config.yaml
...@@ -4,11 +4,11 @@ gitops: ...@@ -4,11 +4,11 @@ gitops:
default_namespace: my-ns default_namespace: my-ns
paths: paths:
# Read all YAML files from this directory. # Read all YAML files from this directory.
- glob: '/team1/app1/*.yaml' - glob: '/deployments/*.yaml'
# Read all .yaml files from team2/apps and all subdirectories. # 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. # 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 reconcile_timeout: 3600s
dry_run_strategy: none dry_run_strategy: none
prune: true prune: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment