-
Notifications
You must be signed in to change notification settings - Fork 773
Open
0 / 10 of 1 issue completed
Copy link
Labels
cyctlIssues related to the CLIIssues related to the CLIgoPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
v0.16.0
supports migrating existing Helm releases to Cyclops Modules. Scope of the issue is to add a command that would allow you to migrate releases to Modules in batches.
Command should look like this:
cyctl helm migrate --namespace <name of the release> --repo <template repo> --path <template path> --version <version>
Actions that need to be performed by the cli to do the migration:
- Fetch the template provided by flags and validate it exists.
- Fetch the values of the provided releases (by name and namespace).
- Create a Module with the values from the release and the template defined by the flags.
Sub-issues
Metadata
Metadata
Assignees
Labels
cyctlIssues related to the CLIIssues related to the CLIgoPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status