From 10b6205769cc4858cdd579df0c577b015bcd81d2 Mon Sep 17 00:00:00 2001 From: shenlan Date: Thu, 3 Apr 2025 15:24:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86193212..ef7390df 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The project aims to create a multi-cloud environment that leverages containers f ## 项目结构 +``` ├── config/ # 多环境配置 │ ├── base.yaml │ ├── vpc.yaml @@ -35,6 +36,7 @@ The project aims to create a multi-cloud environment that leverages containers f ├── ansible/ │ └── playbooks/ │ └── setup.yml # 应用部署 playbook +``` ## Phase 1: Implementing OIDC Login