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

Feature: For the Multiple GitOps support feature, a new GitOps entry should be using for every new CD pipeline #6202

Open
2 tasks done
ajaydevtron opened this issue Dec 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajaydevtron
Copy link
Contributor

ajaydevtron commented Dec 20, 2024

🔖 Feature description

Currently, during the migration of GitOps from GitLab to GitHub, we used the API to handle it environment-wise. However, for new environments, the system is still using the older GitOps settings, even though it applies the new GitOps settings for new app creation.

🎤 Pitch / Usecases

During the migration of GitOps from GitLab to GitHub, we used APIs to manage the transition environment by environment. While the new GitOps settings are correctly applied when creating new applications, new environments are still defaulting to the older GitOps configuration instead of utilizing the updated settings. This discrepancy suggests that the system has been partially updated, with changes affecting application-level configurations but not environment-level defaults.

  • A new API endpoint will be exposed to migrate app level configurations
  • The API endpoint takes 2 user inputs
    1. Asking which GitOps provider to configure at App level, if a pipeline exist with that provider, we set that as provider or set the app configuration as not configured such that on next pipeline creation it can pick one from global
    2. User can on purpose give not configured as an option to get the global fallback behavior

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@ajaydevtron ajaydevtron added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants