1
0
Fork 0

feat(projects): add hq

This commit is contained in:
Vojtěch Mareš 2024-05-11 16:22:02 +02:00
parent 3344c8a8c5
commit fc5eac5d6b
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

21
projects/hq.yaml Normal file
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: "1"
name: hq
namespace: argocd
spec:
clusterResourceWhitelist:
- group: "*"
kind: "*"
description: hq project
destinations:
- namespace: "*"
server: "*"
namespaceResourceWhitelist:
- group: "*"
kind: "*"
sourceRepos:
- "*"