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

feat(cmd): kamel promote --export-gitops-dir #5997

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Dec 14, 2024

Introduced a --export-gitops-dir flag that will create a simple opinionated Kustomize based GitOps overlay directory. The result can be used to be stored in Git and be used as a source for any GitOps pipeline.

kamel promote my-it --to my-dest-namespace --export-gitops-dir /path/to/export/dir

Closes #5456

Release Note

feat(cmd): kamel promote --export-gitops-dir

@squakez
Copy link
Contributor Author

squakez commented Dec 14, 2024

FYI @cfitzw I think you were interested in this one.

Copy link
Contributor

✔️ Unit test coverage report - coverage increased from 47.2% to 47.5% (+0.3%)

Introduced a `--export-gitops-dir` flag that will create a simple opinionated Kustomize based GitOps overlay directory. The result can be used to be stored in Git and be used as a source for any GitOps pipeline.

 ```
kamel promote my-it --to my-dest-namespace --export-gitops-dir /path/to/export/dir
```

Closes apache#5456
Copy link
Contributor

✔️ Unit test coverage report - coverage increased from 47.2% to 47.6% (+0.4%)

@gansheer gansheer merged commit 82143bc into apache:main Dec 17, 2024
10 checks passed
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.

Promote Integration/IntegrationKit kustomization patch file
2 participants