feat: helm chart 기반 example-app project, application template 작성 #85
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.
Closes #79
App Project 생성 확인
Application 생성 확인
질문
Q1. values.yaml에 application spec 중 destination.namespace만 있는 이유는 server는 local 환경에서 사용하는 k8s server는
https://kubernetes.default.svc만 있어서가 맞을까요 ?그리고 반대로 project에는 destinations로 여러 개 등록이 가능하기 때문에 server, namespace 2개 다 value로 지정한건지가 궁금합니다.
Q2. 동일하게 application의 source > repoURL, targetRevision, path를 values.yaml에 따로 지정하지 않은 이유가 궁금합니다..!!
Q3. 제가 알기로 argo cd hydrator가 application에 source repo를 여러 개 한 파일에 등록할 수 있는걸로 아는데, 만약 hydrator를 사용하는 경우에는 application의 source에도 range 로 배열 주입이 가능하게 되는걸까요..!!
기타
test-rendered.yaml -> 테스트용 helm template