Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove-lma-uniformed: fix wrong template name #68

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

robertchoi80
Copy link
Contributor

싱크 안 맞는 template name 수정

@@ -8,20 +8,17 @@ spec:
entrypoint: process
arguments:
parameters:
- name: project
value: "lma"
# Filter to filter argocd apps (E.g., "app=lma")
- name: filter
value: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기본 값이 비어있기 때문에 이름과는 다르게 filter 변수를 어떻게 입력하느냐에 따라 ArgoCD App을 삭제하는 범용적인 워크플로우 템플릿으로 보이기도 하네요. 주석 내용과 같이 기본 값은 "app=lma"으로 하는 것이 좋을 거 같습니다.

Copy link
Contributor Author

@robertchoi80 robertchoi80 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그렇네요. 범용 workflow 는 delete-apps 쪽에 entrypoint 만 추가해서 만들 수도 있으니, 이건 lma 전용으로 써야겠네요. 수정했습니다!

@robertchoi80 robertchoi80 merged commit d6f34f6 into openinfradev:main Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants