Helm Template Function Quote: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Interna * Helm Templates =Overview= kind: ConfigMap ... data: color: {{ quote .Values.color }}")
 
No edit summary
 
Line 1: Line 1:
=Interna
=Internal=


* [[Helm Templates#quote|Helm Templates]]
* [[Helm Templates#quote|Helm Templates]]

Latest revision as of 04:25, 29 August 2019

Internal

Overview

kind: ConfigMap
...
data:
 color: {{ quote .Values.color }}