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

Add the app conditions error to diff comment #25

Closed
wants to merge 9 commits into from
Closed

Add the app conditions error to diff comment #25

wants to merge 9 commits into from

Conversation

yzdann
Copy link

@yzdann yzdann commented Sep 4, 2024

Description

Please provide a meaningful description of what this change will do, or is for. Bonus points for including links to related issues, other PRs, or technical references.

Note that by not including a description, you are asking reviewers to do extra work to understand the context of this change, which may lead to your PR taking much longer to review, or result in it not being reviewed at all.

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@yzdann yzdann self-assigned this Sep 4, 2024
@@ -410,6 +410,36 @@ func createTempAppObjectFroNewApp(ctx context.Context, componentPath string, rep
}
}

// deleteTempAppObject deletes a temporary app object created for diff generation
// returns an error if the deletion fails
func deleteTempAppObject(ctx context.Context, ac argoCdClients, app *argoappv1.Application) error {
Copy link
Author

Choose a reason for hiding this comment

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

not happy with the temp in the function name but it's following the createTempAppObjectFroNewApp naming (which has a typo 😄 )

@yzdann yzdann closed this Sep 6, 2024
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.

1 participant