From 0052e152f200e2e573d3d984dc5674a58c894649 Mon Sep 17 00:00:00 2001 From: renolation Date: Wed, 8 Jul 2026 15:15:21 +0700 Subject: [PATCH] rename --- README.md | 4 ++-- envs/dev/apps/cdc-job.yaml | 4 ++-- envs/dev/apps/infra.yaml | 2 +- envs/dev/apps/kafka-cluster.yaml | 2 +- envs/dev/apps/root.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36d9fd0..85aaf8c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Quản deploy lakehouse lên K8s qua ArgoCD. Theo khuôn `argo-k8s` (App-of-Apps **Công cụ: Helm + ApplicationSet. KHÔNG Kustomize.** ## Git/CI — URL là biến số (không chờ hạ tầng) -- **``** trong các Application = placeholder repo GitOps. Chạy được với repo BẤT KỲ đang dùng. - Đổi repo (vd sang Gitea `git.dbiz.com` sau này) = một lệnh: `grep -rl '' | xargs sed -i 's###g'`, +- **`https://git.renolation.com/renolation/dbiz-lake-k8s.git`** trong các Application = placeholder repo GitOps. Chạy được với repo BẤT KỲ đang dùng. + Đổi repo (vd sang Gitea `git.dbiz.com` sau này) = một lệnh: `grep -rl 'https://git.renolation.com/renolation/dbiz-lake-k8s.git' | xargs sed -i 's#https://git.renolation.com/renolation/dbiz-lake-k8s.git##g'`, rồi cập nhật ArgoCD repo creds. Không phải chờ Gitea. - **``** trong values = registry chứa image. Đổi tương tự khi chuyển registry. - **CI: Woodpecker** (đã có) build + push image. File: `.woodpecker/`. Secret registry khai trong Woodpecker UI. diff --git a/envs/dev/apps/cdc-job.yaml b/envs/dev/apps/cdc-job.yaml index 2c7cef6..3f490e9 100644 --- a/envs/dev/apps/cdc-job.yaml +++ b/envs/dev/apps/cdc-job.yaml @@ -6,13 +6,13 @@ metadata: spec: project: default sources: - - repoURL: + - 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: + - repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git targetRevision: main ref: values destination: diff --git a/envs/dev/apps/infra.yaml b/envs/dev/apps/infra.yaml index 1070510..58771de 100644 --- a/envs/dev/apps/infra.yaml +++ b/envs/dev/apps/infra.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: + repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git targetRevision: main path: envs/dev/infra directory: diff --git a/envs/dev/apps/kafka-cluster.yaml b/envs/dev/apps/kafka-cluster.yaml index 9eba1f5..060af9a 100644 --- a/envs/dev/apps/kafka-cluster.yaml +++ b/envs/dev/apps/kafka-cluster.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: + repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git targetRevision: main path: envs/dev/kafka directory: { recurse: true } diff --git a/envs/dev/apps/root.yaml b/envs/dev/apps/root.yaml index f260d87..47582c0 100644 --- a/envs/dev/apps/root.yaml +++ b/envs/dev/apps/root.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: + repoURL: https://git.renolation.com/renolation/dbiz-lake-k8s.git targetRevision: main path: envs/dev/apps destination: