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: '*'
-22
View File
@@ -1,22 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: sec
namespace: argocd-prd
# Finalizer that ensures that project is not deleted until it is not referenced by any application
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
# Project description
description: sec project for all secuirty apps.
# Allow manifests to deploy from any Git repos
sourceRepos:
- '*'
# Only permit applications to deploy to the specific namespace in the same cluster
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
-22
View File
@@ -1,22 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: sre
namespace: argocd-prd
# Finalizer that ensures that project is not deleted until it is not referenced by any application
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
# Project description
description: sre project for all sre apps.
# Allow manifests to deploy from any Git repos
sourceRepos:
- '*'
# Only permit applications to deploy to the specific namespace in the same cluster
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'