@nogoo9/no-crd / index / findLocalTemplate
Function: findLocalTemplate()
findLocalTemplate(
name):LocalTemplate|null
Defined in: src/k8s/local-templates.ts:170
Tries to find a local or built-in template by name. Checks custom TEMPLATES_DIR first, then the built-in templates directory.
Parameters
name
string
Template name (without extension).
Returns
LocalTemplate | null
The parsed template, or null if not found in any source.
