add tpl examples

This commit is contained in:
Stavros kois
2022-11-18 13:38:39 +02:00
parent 685b53c691
commit 5beefaf3bb

View File

@@ -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: