refactor(argocd): split bootstrap files

- rename bootstrap files for clarification
- remove project and application from argocd-apps values
- add new YAML for project configuration
- add new YAML for application configuration
This commit is contained in:
Sebastian Mark 2024-09-03 21:31:40 +02:00
parent 0794c89dba
commit de0fabd0b1
5 changed files with 54 additions and 50 deletions

View file

@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: baseline
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
sourceRepos:
- '*'
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'