From a32f0734a7e3f89e043840794c605d7b5fe90367 Mon Sep 17 00:00:00 2001 From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de> Date: Thu, 8 Sep 2022 09:09:34 +0000 Subject: [PATCH] Add new file --- .gitlab/agents/gitlab-agent/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab/agents/gitlab-agent/config.yaml diff --git a/.gitlab/agents/gitlab-agent/config.yaml b/.gitlab/agents/gitlab-agent/config.yaml new file mode 100644 index 0000000..d56cb59 --- /dev/null +++ b/.gitlab/agents/gitlab-agent/config.yaml @@ -0,0 +1,17 @@ +gitops: + manifest_projects: + - id: HutzlerHe/testing-gitlab-agent + default_namespace: testing + paths: + # Read all YAML files from this directory. + - glob: '/deployments/*.yaml' + # Read all .yaml files from team2/apps and all subdirectories. + #- glob: '/team2/apps/**/*.yaml' + # If 'paths' is not specified or is an empty list, the configuration below is used. + #- glob: '/**/*.{yaml,yml,json}' + reconcile_timeout: 3600s + dry_run_strategy: none + prune: true + prune_timeout: 3600s + prune_propagation_policy: foreground + inventory_policy: must_match -- GitLab