FIX(external-secrets): disable CRD installation via Helm

- Set installCRDs: false to avoid annotation size limit
- CRDs already installed, manual upgrade when needed
This commit is contained in:
2026-01-07 01:24:07 +09:00
parent 661659acdb
commit 7cdc4f1e9e

View File

@@ -36,5 +36,6 @@ concurrent: 3
# 로그 레벨 # 로그 레벨
logLevel: info logLevel: info
# CRD 자동 설치 # CRD 자동 설치 비활성화 (annotation 크기 제한 문제 회피)
installCRDs: true # CRD는 이미 설치되어 있으며, 업그레이드 시 수동으로 적용 필요
installCRDs: false