From d8d1c2d8d5f00ba0697c41cbc91f127fdf347c1f Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Thu, 9 Jan 2025 09:18:58 +0900 Subject: [PATCH] Update BUILD-README.md --- charts/keycloak/BUILD-README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/keycloak/BUILD-README.md b/charts/keycloak/BUILD-README.md index 3854e29..148109c 100644 --- a/charts/keycloak/BUILD-README.md +++ b/charts/keycloak/BUILD-README.md @@ -2,7 +2,7 @@ ## 1. git 작업 환경 구성 -- 서비스 카탈로그 git 다운로드 +- DIP 카탈로그 git 다운로드 ``` $ git clone https://github.com/paasup/dip-catalog.git ``` @@ -22,7 +22,7 @@ $ git checkout -b update-keycloak/18.4.0 - BUILD-README.md, CUSTOM-README.md, custom-values.yaml을 제외한 파일 삭제. ``` sh # chart 디렉토리로 이동 - cd ~/service-catalog/charts/keycloak + cd ~/dip-catalog/charts/keycloak # 파일 삭제 전 삭제할 파일 목록 확인 find . -mindepth 1 \( -name "CUSTOM-README.md" -o -name "BUILD-README.md" -o -name "custom-values.yaml" \) -prune -o -print @@ -35,7 +35,7 @@ $ git checkout -b update-keycloak/18.4.0 - codecentric/keycloak 차트 다운로드 ``` sh # charts 디렉토리로 이동 - cd ~/service-catalog/charts + cd ~/dip-catalog/charts # helm repo 추가 helm repo add keycloak https://codecentric.github.io/helm-charts