Closed bumarcell closed 3 months ago
Thanks for the PR!
Could you please add helm:
to your commit messages so that the commit lint is going to be happy and if possible run make helm-docs
to generate the updated helm chart docs.
Thanks for the info @galexrt I hope it works now?
@bumarcell For the new commit, yes. Your previous two commits would need to be adjusted to that "format" as well.
E.g., this guide can help you to change the first two commits via git
cli https://www.baeldung.com/ops/git-commit-message-changes#reword-an-older-commit-message
done
Thank you very much!
Happy to help. Thank you as well for your work! ❤️
The current deployment.yaml has temlated resources using
with
which changes the context. Inside the new context.Values.resources
is used, which doesn't exist in that context, causing the chart to fail. volumeMounts for example is templated correctly.