mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
18 lines
No EOL
404 B
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:
|
|
- "*" |