ktmpl icon indicating copy to clipboard operation
ktmpl copied to clipboard

Parameterized templates for Kubernetes manifests.

Results 8 ktmpl issues
Sort by recently updated
recently updated
newest added

Using this repo's `secret_example.yml`, when I pass `--secret webapp default`, it renders correctly: ``` › git clone https://github.com/InQuicker/ktmpl.git bug && cd bug ... › docker pull inquicker/ktmpl:latest latest: Pulling from...

Hi All, just made a test with the lastest ktml. example.yaml ``` --- kind: "Template" apiVersion: "v1" metadata: name: "mongodb-ephemeral" annotations: description: "Provides a MongoDB database service" labels: template: "mongodb-ephemeral-template"...

bug

Referencing a non-existent file shows "Error: entity not found" which is not very clear. Instead it should say something like "Error: file not found pepepe.yaml" PS thanks for this tool!

bug

As part of my config I have the following: ``` volumes: - name: init-script configMap: name: app-init-script defaultMode: 0744 ``` But when run through ktmpl this comes out as: ```...

It would be great if in addition to a params file or params flag it could also just support environment variables. I think that makes the usage very simple, no...

Here is a quick PR to fix https://github.com/InQuicker/ktmpl/issues/16. This is my first rust code so not sure how ideal it is. If you are happy with this code/future I am...

Thanks for making this great tool! Is there any possibility that a pre-compiled binary could be created for Windows? I was able to build one myself by following the instructions...

enhancement
help wanted

Each object defined in the processed manifest should have the labels defined by the template's top-level "labels" object inserted into them.