Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>htrNew to Visual Studio Code? Get it now.
htr

htr

Andrei Martiniuc

|
26 installs
| (0) | Free
Helm Template Renderer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HELM Template Renderer

Features

Configure multiple deployment environments and see what your K8S object would look like if you are to publish it in the cluster.

feature 1 feature 2

Requirements

helm, kubectl

Extension Settings

VS Code settings through the htr.environments extension point.

For example:

    "htr.environments": {
        "prod": {
            "files": [
                "values_prod.yaml",
                "values_over.yaml"
            ],
            "values": {
                "service.port": "9000"
            }
        }
    }

Known Issues

  1. Refresh data might look choppy

Release Notes

1.0.0

Initial release with all functionalities done

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft