21 lines
465 B
YAML
21 lines
465 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: timescaledb-crds
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "0"
|
|
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
|
|
selfHeal: true
|