Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Tutorial steps are not valid for reproduction #29

Open
antooa opened this issue Jul 14, 2021 · 3 comments
Open

Tutorial steps are not valid for reproduction #29

antooa opened this issue Jul 14, 2021 · 3 comments

Comments

@antooa
Copy link

antooa commented Jul 14, 2021

I'm trying to learn how to use helm charts, but the information in the tutorial is misleading. I tried different ways to install helm chart from the repository but it doesn't work for me. It would be great to have an extra explanation where you get the required RELEASE_NAME and path for this step.
image

@alemorcuq
Copy link

alemorcuq commented Jul 15, 2021

Hi, @antooa.

RELEASE-NAME is the name you want to give to that deployment to identify it. You can choose whatever you want.

The ./helm-chart/go-k8s/ path is the path to the Helm chart you created in a previous step.

@antooa
Copy link
Author

antooa commented Aug 12, 2021

Hi @alemorcuq and thanks for the reply.
I think the problem here is that directory ./helm-chart/ is already occupied by chart example.
image

I'm not sure if it's possible to create a chart inside the chart :)
I think the path should be ./go-k8s/ or even ./CHART-NAME/ so the learners could more easily understand the idea.

Anyway, thanks for the help.

@alemorcuq
Copy link

So, in this case looking at your directory structure, your command should be:

helm install RELEASE-NAME ./helm-chart/

RELEASE-NAME can be whatever you want.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants