Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 832 Bytes

File metadata and controls

28 lines (18 loc) · 832 Bytes

Templating

The Template Controller reuses the Jinja2 templating engine of Kluctl.

Documentation is available here.

Predefined variables

You can use multiple predefined variables in your templates. These are:

objectTemplate

Available in templates inside ObjectTemplate and represents the whole ObjectTemplate that was on your target BEFORE the reconciliation started.

textTemplate

Available in templates inside TextTemplate and represents the whole TextTemplate that was on your target BEFORE the reconciliation started.