refactor(gitops): establish platform ownership boundaries

This commit is contained in:
donghyeon-ka
2026-07-26 01:34:29 +09:00
parent 293ee6fc97
commit a6f6c663e0
121 changed files with 2801 additions and 1204 deletions
+3 -1
View File
@@ -53,7 +53,9 @@ kubectl --context "$expected_context" -n argocd \
rollout status deployment/argocd-server --timeout=300s
kubectl --context "$expected_context" -n argocd \
rollout status deployment/argocd-repo-server --timeout=300s
kubectl --context "$expected_context" apply \
-f "${REPO_ROOT}/bootstrap/argocd/control-plane-project.yaml"
kubectl --context "$expected_context" apply \
-f "${REPO_ROOT}/bootstrap/argocd/root-application.yaml"
echo "Argo CD ${ARGOCD_VERSION} and the dev-k3s root Application are installed."
echo "Argo CD ${ARGOCD_VERSION}, its control-plane project, and the root Application are installed."