Merge branch 'main' into update-ollama/1.1.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## 1. git 작업 환경 구성
|
## 1. git 작업 환경 구성
|
||||||
|
|
||||||
- 서비스 카탈로그 git 다운로드
|
- DIP 카탈로그 git 다운로드
|
||||||
```
|
```
|
||||||
$ git clone https://github.com/paasup/dip-catalog.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을 제외한 파일 삭제.
|
- BUILD-README.md, CUSTOM-README.md, custom-values.yaml을 제외한 파일 삭제.
|
||||||
``` sh
|
``` sh
|
||||||
# chart 디렉토리로 이동
|
# 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
|
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 차트 다운로드
|
- codecentric/keycloak 차트 다운로드
|
||||||
``` sh
|
``` sh
|
||||||
# charts 디렉토리로 이동
|
# charts 디렉토리로 이동
|
||||||
cd ~/service-catalog/charts
|
cd ~/dip-catalog/charts
|
||||||
|
|
||||||
# helm repo 추가
|
# helm repo 추가
|
||||||
helm repo add keycloak https://codecentric.github.io/helm-charts
|
helm repo add keycloak https://codecentric.github.io/helm-charts
|
||||||
|
|||||||
Reference in New Issue
Block a user