mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Previously we didn't have good documentation on how to manage multiple sets of clusters. This patch adds a clusters topic in the structures category. Each one of the environments, projects, owners, etc... structures follow the same pattern as #Clusters and #ClusterSets, so it makes sense to put them into a dedicated sidebar category for specific CUE structures.
17 lines
236 B
Plaintext
17 lines
236 B
Plaintext
Integrate the `podinfo` component into the platform.
|
|
|
|
```bash
|
|
cat <<EOF >platform/podinfo.cue
|
|
```
|
|
```cue showLineNumbers
|
|
package holos
|
|
|
|
Platform: Components: podinfo: {
|
|
name: "podinfo"
|
|
path: "components/podinfo"
|
|
}
|
|
```
|
|
```bash
|
|
EOF
|
|
```
|