mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release version 2.0.0-beta.1 (#173)
This commit is contained in:
parent
19767d668c
commit
7b6ee00be6
189 changed files with 3110 additions and 3023 deletions
|
@ -3,7 +3,7 @@
|
|||
```admonish note
|
||||
The Common library chart is not meant to be installed directly, application
|
||||
charts use the Common library as a dependency.
|
||||
See the [app template](../../app-template/introduction.md ) for an example how to
|
||||
See the [app template](../app-template/introduction.md ) for an example how to
|
||||
deploy it.
|
||||
```
|
||||
|
||||
|
@ -13,9 +13,9 @@ In Helm 3, their team introduced the concept of a
|
|||
[Library chart](https://helm.sh/docs/topics/library_charts/).
|
||||
|
||||
> A library chart is a type of Helm chart that defines chart primitives or
|
||||
definitions which can be shared by Helm templates in other charts. This
|
||||
allows users to share snippets of code that can be re-used across charts,
|
||||
avoiding repetition and keeping charts DRY.
|
||||
> definitions which can be shared by Helm templates in other charts. This
|
||||
> allows users to share snippets of code that can be re-used across charts,
|
||||
> avoiding repetition and keeping charts DRY.
|
||||
|
||||
The common library was created because I saw many charts requiring only a
|
||||
few select configuration options in their Helm charts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue