helm-charts/docs/app-template/index.md
2023-10-03 09:51:28 +02:00

1.2 KiB

hide
navigation

App Template

Background

Since Helm library charts cannot be installed directly I have created a companion chart for the common library.

Usage

In order to use this template chart, you would deploy it as you would any other Helm chart. By setting the desired values, the common library chart will render the desired resources.

Be sure to check out the common library docs and its values.yaml for more information about the available configuration options.

Examples

This is an example values.yaml file that would deploy the vaultwarden application. For more deployment examples, check out the examples folder.

--8<--
examples/helm/values.yaml
--8<--

Upgrade instructions

--8<-- "charts/other/app-template/README.md:34:155"

Source code

The source code for the app template chart can be found here.