1
0
Fork 0

feat: add project cluster-infrastructure

This commit is contained in:
Vojtěch Mareš 2023-11-16 08:25:37 +01:00
parent 3ad316c73d
commit b9014eb885
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
annotations:
argocd.argoproj.io/sync-options: PruneLast=true
argocd.argoproj.io/sync-wave: "-2"
name: cluster-infrastructure
namespace: argocd
spec:
clusterResourceWhitelist:
- group: "*"
kind: "*"
description: cluster-infrastructure project
destinations:
- namespace: "*"
server: "*"
namespaceResourceWhitelist:
- group: "*"
kind: "*"
sourceRepos:
- "*"