adding reference to HelmOps docs
This commit is contained in:
parent
0b1630dd33
commit
c57600c597
|
|
@ -9,11 +9,14 @@ Using OCI registries for Helm charts helps you:
|
|||
* Push and pull charts using standard OCI commands, making them easy to distribute across environments.
|
||||
* Manage charts in registries designed for high availability and global distribution.
|
||||
|
||||
For more information about HelmOps with OCI registry, refer to [HelmOps](helm-ops.md#oci-registry)
|
||||
|
||||

|
||||
|
||||
For example, if you manage multiple clusters with Fleet, developers can push Helm charts to an internal OCI registry. Fleet then pulls the charts directly from the registry and deploys them to downstream clusters.
|
||||
This approach avoids maintaining a separate chart repository and reuses your existing registry infrastructure.
|
||||
|
||||
|
||||
## Helm chart in fleet.yaml
|
||||
|
||||
To fetch Helm chart, you reference the chart like this in a fleet.yaml file:
|
||||
|
|
|
|||
Loading…
Reference in New Issue