This commit is contained in:
Mukul Sharma
2026-08-31 00:49:44 +05:30
parent 1055e1394f
commit 51e8bb53e2
149 changed files with 68 additions and 12243 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: devops
# Single ArgoCD instance — projects live in the same namespace as
# ArgoCD itself (see the argocd/argocd-admin note in
# values/incubator-infra-k8s-admin-prd-ase1-values.yaml).
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
description: "devops project for infra apps on the homelab VM (team: devops in the appSpec labels)."
sourceRepos:
- '*'
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'