Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

[Improvement] Default template folder #15

Open
guidiego opened this issue Aug 5, 2019 · 0 comments
Open

[Improvement] Default template folder #15

guidiego opened this issue Aug 5, 2019 · 0 comments

Comments

@guidiego
Copy link

guidiego commented Aug 5, 2019

Resume

Problem: What happens if I don't provide a -t or -u?
Reply: Errors haha
Solution: Get templates from a default folder (set by the user using an env-var like DEFAULT_KUBE_RENDER_TEMPLATE_DIR)

Cases

  • Local usage
    • I have a kube-templates' clone on my machine
    • I don't want / I forgot to use -u or -t
    • I want to set this repo as my "default" folder and simplify my compilation
  • Cloudbuild usage
    • I want to use kube-render image to deploy my app
    • I want to make it fastier (without clone templates or configure git keys)
    • We could add kube-templates as submodules / default folder on it and make it easy
  • Override case
    • I had some templates but I want to use some default one's
    • I could load it and complete with a second folder using -t or -u
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant