Thanks for the great tutorial! Is it possible to use kustomization to create the myappchart chart while the myappchart and the mylibchart are only on the local filesystem and not pushed to a helm registry? Thanks in advance
@babakdorani59142 жыл бұрын
Thank you so much , that was something I want
@visa2learn2 жыл бұрын
Glad it was helpful :)
@deepakdagar_change_is_in2 жыл бұрын
Is it possible to keep the whole chart packaged in repo and keep only the value file in individual projects
@visa2learn2 жыл бұрын
Helm library charts just defines the templates. You still have to use them and specify which all templates you would like to use for individual projects. If all your individual projects require the exact same templates, and only thing that changes is the things defined in values.yaml, then yes you can do what you are asking for. However, in my experience, each project has separate needs in which case, having only values.yaml in it is not sufficient. Hope that answers your query