From fb79092e558d7834b02b944600c1818ac07afbf0 Mon Sep 17 00:00:00 2001 From: Jordan Banasik Date: Wed, 20 Dec 2023 15:41:42 -0800 Subject: [PATCH] Fix a small newline error --- docs/ref-crds.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ref-crds.md b/docs/ref-crds.md index 0c7bfc090..b6de83fc0 100644 --- a/docs/ref-crds.md +++ b/docs/ref-crds.md @@ -73,7 +73,9 @@ #### Bundle -Bundle contains the resources of an application and its deployment options. It will be deployed as a Helm chart to target clusters.\n\nWhen a GitRepo is scanned it will produce one or more bundles. Bundles are a collection of resources that get deployed to one or more cluster(s). Bundle is the fundamental deployment unit used in Fleet. The contents of a Bundle may be Kubernetes manifests, Kustomize configuration, or Helm charts. Regardless of the source the contents are dynamically rendered into a Helm chart by the agent and installed into the downstream cluster as a Helm release. +Bundle contains the resources of an application and its deployment options. It will be deployed as a Helm chart to target clusters. + +When a GitRepo is scanned it will produce one or more bundles. Bundles are a collection of resources that get deployed to one or more cluster(s). Bundle is the fundamental deployment unit used in Fleet. The contents of a Bundle may be Kubernetes manifests, Kustomize configuration, or Helm charts. Regardless of the source the contents are dynamically rendered into a Helm chart by the agent and installed into the downstream cluster as a Helm release. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- |