argocd-base/0_default-project.yaml
2022-10-28 09:54:06 +02:00

24 lines
432 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: default
namespace: argocd
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: '*'
server: '*'
orphanedResources:
ignore:
- kind: Secret
name: sh.helm.release.v1.argocd.*
- kind: ConfigMap
name: istio-ca-root-cert
- kind: Secret
name: '*-tls'
warn: true
sourceRepos:
- '*'