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) Add support for deploying via helm charts #20

Open
bbbneo333 opened this issue Aug 7, 2023 · 0 comments
Open

(feat) Add support for deploying via helm charts #20

bbbneo333 opened this issue Aug 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bbbneo333
Copy link
Contributor

bbbneo333 commented Aug 7, 2023

Instead of using raw kubernetes specification files, the CI workflow should deploy on kubernetes cluster using local helm chart.

Process would look something like:

  • The project would define a local repository of a helm chart. Important - This is not published, it's completely local.
  • The CI pipeline determines how to deploy the application. In order to maintain backward compatibility, we need to keep support for specification files. If a helm chart is found, then it tries to deploy using helm.
  • The helm charts will be provided with same set of configuration values as the specification files.
@bbbneo333 bbbneo333 added enhancement New feature or request deployment labels Aug 12, 2023
@bbbneo333 bbbneo333 self-assigned this Apr 22, 2024
@bbbneo333 bbbneo333 removed their assignment Jul 28, 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

1 participant