mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
add tpl examples
This commit is contained in:
@@ -68,6 +68,7 @@ Values.yaml
|
||||
global:
|
||||
annotations:
|
||||
key: value
|
||||
key: "{{ .Values.some.key }}"
|
||||
```
|
||||
|
||||
Sets `key: value` to:
|
||||
@@ -95,6 +96,7 @@ Values.yaml
|
||||
global:
|
||||
labels:
|
||||
key: value
|
||||
key: "{{ .Values.some.key }}"
|
||||
```
|
||||
|
||||
Sets `key: value` to:
|
||||
|
||||
Reference in New Issue
Block a user