Add default application project configuration to ArgoCD kustomization

This commit is contained in:
Nikholas Pcenicni
2026-03-27 03:49:48 -04:00
parent 51d55af86e
commit 0bfafbac32
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: default
namespace: argocd
spec:
description: Default project for noble cluster apps
sourceRepos:
- '*'
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -4,4 +4,5 @@ namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/manifests/install.yaml
- default-appproject.yaml