-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use Argo CD ApplicationSet to manage deployments across CDPipeline #20
Labels
enhancement
New feature or request
Comments
epmd-edp
pushed a commit
that referenced
this issue
Jan 17, 2024
…ine (#20) Added functionality: - For every CDPipeline ApplicationSet is created - If CDPipeline is removed, related ApplicationSet is removed too - For every Stage and Codebase in the CDPipeline - the related ApplicationSet generator is created/deleted Change-Id: I13bf5a98d84773dd026574246a72072ba8f853e9
epmd-edp
pushed a commit
that referenced
this issue
Jan 18, 2024
This field is no longer used JIRA: EPMDEDP-13166 Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com> Change-Id: I3963ddd690cdd507bc9618e3702f48b4c555f854
epmd-edp
pushed a commit
that referenced
this issue
Jan 18, 2024
Specifies a name of Tekton TriggerTemplate which will be used as a blueprint for deployment pipeline. Default value is "cd-stage-deploy" which means that default TriggerTemplate will be used. The default TriggerTemplate is delivered using edp-tekton helm chart. Jira: EPMDEDP-13166 Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com> Change-Id: Idd8e7ab9f630b600a1f83192dfe03f874da40c29
epmd-edp
pushed a commit
that referenced
this issue
Jan 19, 2024
Change-Id: Ifc0571d50502e263dc21bb5f7854c813e47d5834
Implemented. |
epmd-edp
pushed a commit
that referenced
this issue
Jan 24, 2024
This reverts commit 27a2c5d. Change-Id: I5f9c373dda7909daf857917b424058b07cfa80d9
epmd-edp
pushed a commit
that referenced
this issue
Jan 26, 2024
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com> Change-Id: I660a77ddd544db62406b9006aecf69fc41b43062
epmd-edp
pushed a commit
that referenced
this issue
Mar 7, 2024
Change-Id: I002744b75ab1d235a3f516e52189a4ac9c88777a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd-pipeline-operator should start managing (Create/Delete) Argo ApplicationSet object for each kind CDPipeline object.
The below code represents ApplicationSet for CDPipeline
demo
with:Stages:
dev
andqa
Codebases:
demo
,myapp
From where to grab values:
The text was updated successfully, but these errors were encountered: