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

Merge branch 'HutzlerHe-main-patch-65500' into 'main'

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

See merge request !2
parents 13bfcd25 17091c9c
Branches
No related tags found
1 merge request!2Update .gitlab/agents/gitlab-agent/config.yaml
Pipeline #8946 canceled
...@@ -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