1
0
Fork 0

feat(projects): add postgres

This commit is contained in:
Vojtěch Mareš 2024-05-11 14:51:18 +02:00
parent 25c1a0ea57
commit 8faf38cefb
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

21
projects/postgres.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: postgres
namespace: argocd
spec:
clusterResourceWhitelist:
- group: "*"
kind: "*"
description: postgres project
destinations:
- namespace: "*"
server: "*"
namespaceResourceWhitelist:
- group: "*"
kind: "*"
sourceRepos:
- "*"