infrastructure/k8s/system/project.yaml

18 lines
No EOL
404 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: system
namespace: argocd
spec:
description: "Underlying services and controllers required for the operation of the cluster"
destinations:
- namespace: "*"
name: in-cluster
clusterResourceWhitelist:
- group: "*"
kind: "*"
namespaceResourceWhitelist:
- group: "*"
kind: "*"
sourceRepos:
- "*"