feat(application-template): extraObjects 기능 추가#46
Merged
Conversation
hschoi1104
approved these changes
Mar 26, 2026
Member
hschoi1104
left a comment
There was a problem hiding this comment.
Authorization policy 를 helm charts 에서 서비스레벨로 관리하는게 맞는지 고민이 좀 되긴하는데요,,,
추후 옮기는건 쉬울 것 같아서 우선 Approve 눌렀습니다!
Member
Author
|
@hschoi1104 비슷한 생각입니다. 점진적으로 도입할땐 차트에서 서비스별로 만들면서 하고 이후 applications repo 같은데로 옮기거나 하면 될 것 같아요. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
application-template Helm 차트에
extraObjects필드를 추가하여, 차트가 관리하는 리소스 외에 임의의 Kubernetes 매니페스트를 함께 배포할 수 있도록 지원합니다.Istio AuthorizationPolicy처럼 서비스별로 내용이 달라 추상화하기 어려운 리소스를 values에서 직접 정의할 수 있습니다.
변경 사항
values.yaml에extraObjects: []추가 (구조체 형식 및 문자열 형식 예시 포함)templates/extra-objects.yaml신규 생성 — 타입 인식 렌더링 지원 (YAML 객체 및 Go 템플릿 문자열 모두 지원)1.12.0→1.12.1범프테스트
helm lint및helm template으로 검증 완료.참고
extraObjects는 ArgoCD, Grafana/Loki, cert-manager, Traefik 등 최신 Helm 차트의 표준 컨벤션을 따름