fix
This commit is contained in:
@@ -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: '*'
|
||||
Reference in New Issue
Block a user