Skip to content

Commit

Permalink
Update template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz authored Jan 20, 2025
1 parent b4512f6 commit 2627854
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/crds-api-reference/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

Templates are used to initialize Namespaces, share common resources across namespaces, and map secrets/configmaps from one namespace to other namespaces.

They are tracked by TemplateInstances in each Namespace they are applied to.

They can contain pre-defined parameters such as `${namespace}`/`${tenant}` or user-defined `${MY_PARAMETER}` that can be specified within an `TemplateInstance`.
They can contain pre-defined parameters such as `${namespace}`/`${tenant}`.

Also, you can define custom variables in `Template`, `TemplateInstance` and `TemplateGroupInstance`. The parameters defined in `Templates` are overwritten the values defined in `TemplateInstance` and `TemplateGroupInstance`.

Expand Down

0 comments on commit 2627854

Please sign in to comment.