Updated orchestrator prompt to include: - Explicit /app/projects/ path information - List of available repositories (11 repos) - Instruction to use /app/projects when user asks about Projects folder - Added git_read_file and git_show_file_changes to tool documentation This fixes the issue where orchestrator tried to access 'Projects' instead of '/app/projects'.
21 lines
429 B
YAML
21 lines
429 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: mas
|
|
|
|
resources:
|
|
- ../../base
|
|
- namespace.yaml
|
|
- resourcequota.yaml
|
|
- externalsecret.yaml
|
|
- serviceaccount.yaml
|
|
|
|
commonLabels:
|
|
environment: production
|
|
|
|
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
|
|
images:
|
|
- name: gitea0213.kro.kr/bluemayne/mas
|
|
newTag: main-sha-5d100114b3be48ae14d58b4b7faf46be908f1e42
|
|
|