From 0ccf40beae8cca47fe6891a6461404be68de85c9 Mon Sep 17 00:00:00 2001 From: Helmut Hutzler <helmut.hutzler@th-nuernberg.de> Date: Thu, 8 Sep 2022 13:40:47 +0000 Subject: [PATCH] Delete config.yaml --- .gitlab/agents/gitlab-agent/config.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .gitlab/agents/gitlab-agent/config.yaml diff --git a/ .gitlab/agents/gitlab-agent/config.yaml b/ .gitlab/agents/gitlab-agent/config.yaml deleted file mode 100644 index c9cd923..0000000 --- a/ .gitlab/agents/gitlab-agent/config.yaml +++ /dev/null @@ -1,17 +0,0 @@ -gitops: - manifest_projects: - - id: HutzlerHe/angular-oidc-authorization-sample - 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