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

Refactor Yaml files with parameters towards Helm packages #59

Open
6 tasks
LaurentLesle opened this issue May 11, 2020 · 0 comments
Open
6 tasks

Refactor Yaml files with parameters towards Helm packages #59

LaurentLesle opened this issue May 11, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request P2

Comments

@LaurentLesle
Copy link
Contributor

Current deployment of the longhall applications are performed by calling the yaml file directly. During the deployment there is a need to set some variables to specific values.

The purpose of this issue is to refactor the yaml towards a helm package and call the helm package during the deployment to inject value at deployment time.

Example:
https://github.com/dapr/test-infra/blob/master/.github/workflows/feed-generator-build.yml

Projects impacted:

  • feed-generator
  • hashtag-actor
  • hashtag-counter
  • message-analyzer
  • snapshot
  • validation-worker

Acceptance criteria per project:

  • helm package created and stored on the helm registry
  • github workflow refactored to call the helm package
@LaurentLesle LaurentLesle added the enhancement New feature or request label May 11, 2020
@LaurentLesle LaurentLesle self-assigned this May 11, 2020
@youngbupark youngbupark added the P2 label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2
Projects
None yet
Development

No branches or pull requests

2 participants