Fix remaining selee/ references to soo-rnd/ in README
CI - Lint & Test / lint-and-test (push) Successful in 42s
Details
CI - Lint & Test / lint-and-test (push) Successful in 42s
Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4e1b576f67
commit
65362a8965
|
|
@ -124,7 +124,7 @@ sudo chown ubuntu:ubuntu /opt/act_runner
|
||||||
# 방법 A) Web UI: Gitea > 저장소 Settings > Actions > Runners > "Create new Runner"
|
# 방법 A) Web UI: Gitea > 저장소 Settings > Actions > Runners > "Create new Runner"
|
||||||
# 방법 B) API:
|
# 방법 B) API:
|
||||||
curl -sk -u "$GITEA_ADMIN_USER:$GITEA_ADMIN_PASSWORD" \
|
curl -sk -u "$GITEA_ADMIN_USER:$GITEA_ADMIN_PASSWORD" \
|
||||||
-X GET "https://gitea.inje-private.com/api/v1/repos/selee/mlops-architecture/actions/runners/registration-token" \
|
-X GET "https://gitea.inje-private.com/api/v1/repos/soo-rnd/mlops-architecture/actions/runners/registration-token" \
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
# → {"token":"<REGISTRATION_TOKEN>"} 응답에서 토큰 복사
|
# → {"token":"<REGISTRATION_TOKEN>"} 응답에서 토큰 복사
|
||||||
|
|
||||||
|
|
@ -187,7 +187,7 @@ ssh ubuntu@runner "sudo systemctl restart act_runner"
|
||||||
Helm으로 설치 완료. Gitea repo 등록 및 Application 생성 완료.
|
Helm으로 설치 완료. Gitea repo 등록 및 Application 생성 완료.
|
||||||
|
|
||||||
- App 이름: `mlops-architecture`
|
- App 이름: `mlops-architecture`
|
||||||
- Source: `gitea.inje-private.com/selee/mlops-architecture` → `manifests/`
|
- Source: `gitea.inje-private.com/soo-rnd/mlops-architecture` → `manifests/`
|
||||||
- Destination: 이 클러스터 `soo` 네임스페이스
|
- Destination: 이 클러스터 `soo` 네임스페이스
|
||||||
- SyncPolicy: automated (prune + selfHeal)
|
- SyncPolicy: automated (prune + selfHeal)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue