mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
---
|
|
slug: cue-generator
|
|
title: CUE Generator
|
|
description: Render component manifests directly from CUE.
|
|
sidebar_position: 50
|
|
---
|
|
|
|
# CUE
|
|
|
|
Key points to cover:
|
|
|
|
1. Resources are validated against `#Resources` defined at the root.
|
|
2. Custom Resource Definitions need to be imported with timoni.
|
|
3. One component can have multiple generators, e.g. Helm and CUE together. This
|
|
is how resources are mixed in to helm charts.
|