Files
timescaledb/argocd/applications/timescaledb-crds.yaml
Hoang Nguyen 0a05dd8d53 first commit
2026-05-05 22:34:39 +02:00

19 lines
412 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: timescaledb-crds
namespace: argocd
spec:
project: default
source:
repoURL: 'https://gitea.vhn-demo.duckdns.org/hoang/timescaledb.git'
path: k8s/base/crds
targetRevision: main
destination:
server: 'https://kubernetes.default.svc'
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeel: true