Skip to content

Commit

Permalink
feat: Exclude pipelinerun from resources displayed in argocd(#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr_taruraiev authored and SergK committed Apr 24, 2024
1 parent 3bc181d commit c2c4de3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ describe('testing createBuildPipelineRunInstance', () => {
'app.edp.epam.com/codebase': 'test-codebase-name',
'app.edp.epam.com/pipelinetype': 'build',
},
annotations: {
'argocd.argoproj.io/compare-options': 'IgnoreExtraneous',
},
},
spec: {
params: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export const createBuildPipelineRunInstance = ({
'app.edp.epam.com/codebase': codebaseName,
'app.edp.epam.com/pipelinetype': 'build',
},
annotations: {
'argocd.argoproj.io/compare-options': 'IgnoreExtraneous',
},
},
spec: {
params: [
Expand Down

0 comments on commit c2c4de3

Please sign in to comment.