23 lines
617 B
YAML
23 lines
617 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: lake-cdc-job-dev
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git
|
|
targetRevision: main
|
|
path: charts/lake-cdc-job
|
|
helm:
|
|
valueFiles:
|
|
- $values/envs/dev/values/cdc-job.yaml
|
|
- repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git
|
|
targetRevision: main
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: dbiz-lake-dev
|
|
syncPolicy:
|
|
automated: { prune: true, selfHeal: true }
|