-
Notifications
You must be signed in to change notification settings - Fork 38
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
Issue 163: Create Helm chart to install Pravega #165
Conversation
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Tristan1900 Since the Terratest is only a dependency for testing charts, and not for the operator itself, I was thinking that we might want to keep it out of the Gopkg.toml
and avoid including these 3M+ new files into the vendor
dir.
We can create a make
command to install it and run the chart tests.
What do you think?
@adrianmo Great suggestion! Will do that. |
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
3fa6082
to
e0184c4
Compare
Signed-off-by: wenqi <Wenqi.Mou@emc.com>
5be1ddf
to
0f6a7ee
Compare
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>
LGTM! |
Change log description
pravega-operator
Helm chartpravega-operator
chartpravega-operator
chartpravega
Helm chart to install a Pravega cluster with initial set of configuration parameterspravega
chartpravega
chartsPurpose of the change
How to test the change
Signed-off-by: Adrián Moreno adrian@morenomartinez.com