Files
devops-infra-argo-config-gcp/projects/sec-project.yaml
T
2026-08-26 04:03:34 +05:30

22 lines
601 B
YAML

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: '*'