From 7e10b1ac6bf59cb0fb5c776e12b4a2fa7613e63b Mon Sep 17 00:00:00 2001 From: hridyesh bisht Date: Tue, 24 Jun 2025 22:23:36 +0530 Subject: [PATCH] Fixing {name} using code snippets --- docs/gitrepo-content.md | 2 +- docs/ref-crds.md | 4 ++-- versioned_docs/version-0.10/gitrepo-content.md | 2 +- versioned_docs/version-0.10/ref-crds.md | 4 ++-- versioned_docs/version-0.11/gitrepo-content.md | 2 +- versioned_docs/version-0.11/ref-crds.md | 4 ++-- versioned_docs/version-0.12/gitrepo-content.md | 2 +- versioned_docs/version-0.12/ref-crds.md | 4 ++-- versioned_docs/version-0.4/gitrepo-structure.md | 2 +- versioned_docs/version-0.5/gitrepo-structure.md | 2 +- versioned_docs/version-0.6/gitrepo-content.md | 2 +- versioned_docs/version-0.6/ref-crds.md | 2 +- versioned_docs/version-0.7/gitrepo-content.md | 2 +- versioned_docs/version-0.7/ref-crds.md | 2 +- versioned_docs/version-0.8/gitrepo-content.md | 2 +- versioned_docs/version-0.8/ref-crds.md | 4 ++-- versioned_docs/version-0.9/gitrepo-content.md | 2 +- versioned_docs/version-0.9/ref-crds.md | 4 ++-- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/gitrepo-content.md b/docs/gitrepo-content.md index eb59c47ad..4c68e8bd3 100644 --- a/docs/gitrepo-content.md +++ b/docs/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Alternative scan, explicitly defined by the user In addition to the previously described method, Fleet also supports a more direct, user-driven approach for defining Bundles. diff --git a/docs/ref-crds.md b/docs/ref-crds.md index 3b34df864..d4cba7c95 100644 --- a/docs/ref-crds.md +++ b/docs/ref-crds.md @@ -348,7 +348,7 @@ BundleDeploymentList contains a list of BundleDeployment | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | deleteNamespace | DeleteNamespace can be used to delete the deployed namespace when removing the bundle | bool | false | @@ -570,7 +570,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | diff --git a/versioned_docs/version-0.10/gitrepo-content.md b/versioned_docs/version-0.10/gitrepo-content.md index fb3e12e12..5452200bf 100644 --- a/versioned_docs/version-0.10/gitrepo-content.md +++ b/versioned_docs/version-0.10/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Excluding files and directories from bundles diff --git a/versioned_docs/version-0.10/ref-crds.md b/versioned_docs/version-0.10/ref-crds.md index e285a271f..35f388f46 100644 --- a/versioned_docs/version-0.10/ref-crds.md +++ b/versioned_docs/version-0.10/ref-crds.md @@ -348,7 +348,7 @@ BundleDeploymentList contains a list of BundleDeployment | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | deleteNamespace | DeleteNamespace can be used to delete the deployed namespace when removing the bundle | bool | false | @@ -569,7 +569,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | diff --git a/versioned_docs/version-0.11/gitrepo-content.md b/versioned_docs/version-0.11/gitrepo-content.md index dbbd2802f..28d93abaa 100644 --- a/versioned_docs/version-0.11/gitrepo-content.md +++ b/versioned_docs/version-0.11/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Excluding files and directories from bundles diff --git a/versioned_docs/version-0.11/ref-crds.md b/versioned_docs/version-0.11/ref-crds.md index 3b34df864..d4cba7c95 100644 --- a/versioned_docs/version-0.11/ref-crds.md +++ b/versioned_docs/version-0.11/ref-crds.md @@ -348,7 +348,7 @@ BundleDeploymentList contains a list of BundleDeployment | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | deleteNamespace | DeleteNamespace can be used to delete the deployed namespace when removing the bundle | bool | false | @@ -570,7 +570,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | diff --git a/versioned_docs/version-0.12/gitrepo-content.md b/versioned_docs/version-0.12/gitrepo-content.md index a399219cb..c1c692c2a 100644 --- a/versioned_docs/version-0.12/gitrepo-content.md +++ b/versioned_docs/version-0.12/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Excluding files and directories from bundles diff --git a/versioned_docs/version-0.12/ref-crds.md b/versioned_docs/version-0.12/ref-crds.md index 3b34df864..d4cba7c95 100644 --- a/versioned_docs/version-0.12/ref-crds.md +++ b/versioned_docs/version-0.12/ref-crds.md @@ -348,7 +348,7 @@ BundleDeploymentList contains a list of BundleDeployment | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | deleteNamespace | DeleteNamespace can be used to delete the deployed namespace when removing the bundle | bool | false | @@ -570,7 +570,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | diff --git a/versioned_docs/version-0.4/gitrepo-structure.md b/versioned_docs/version-0.4/gitrepo-structure.md index c0dad6670..f11ae5eda 100644 --- a/versioned_docs/version-0.4/gitrepo-structure.md +++ b/versioned_docs/version-0.4/gitrepo-structure.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ## `fleet.yaml` diff --git a/versioned_docs/version-0.5/gitrepo-structure.md b/versioned_docs/version-0.5/gitrepo-structure.md index d203b3e75..24b641ad3 100644 --- a/versioned_docs/version-0.5/gitrepo-structure.md +++ b/versioned_docs/version-0.5/gitrepo-structure.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ## `fleet.yaml` diff --git a/versioned_docs/version-0.6/gitrepo-content.md b/versioned_docs/version-0.6/gitrepo-content.md index 8f149389e..01d0e94d1 100644 --- a/versioned_docs/version-0.6/gitrepo-content.md +++ b/versioned_docs/version-0.6/gitrepo-content.md @@ -39,7 +39,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ## `fleet.yaml` diff --git a/versioned_docs/version-0.6/ref-crds.md b/versioned_docs/version-0.6/ref-crds.md index a34e55a34..1c46daa2b 100644 --- a/versioned_docs/version-0.6/ref-crds.md +++ b/versioned_docs/version-0.6/ref-crds.md @@ -272,7 +272,7 @@ | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | diff --git a/versioned_docs/version-0.7/gitrepo-content.md b/versioned_docs/version-0.7/gitrepo-content.md index b94047802..119fce491 100644 --- a/versioned_docs/version-0.7/gitrepo-content.md +++ b/versioned_docs/version-0.7/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ## `fleet.yaml` diff --git a/versioned_docs/version-0.7/ref-crds.md b/versioned_docs/version-0.7/ref-crds.md index efcb74a84..f31dedddb 100644 --- a/versioned_docs/version-0.7/ref-crds.md +++ b/versioned_docs/version-0.7/ref-crds.md @@ -273,7 +273,7 @@ | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | diff --git a/versioned_docs/version-0.8/gitrepo-content.md b/versioned_docs/version-0.8/gitrepo-content.md index 8fb35eb85..ba24b678f 100644 --- a/versioned_docs/version-0.8/gitrepo-content.md +++ b/versioned_docs/version-0.8/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Excluding files and directories from bundles diff --git a/versioned_docs/version-0.8/ref-crds.md b/versioned_docs/version-0.8/ref-crds.md index 4f49ee176..4ef861060 100644 --- a/versioned_docs/version-0.8/ref-crds.md +++ b/versioned_docs/version-0.8/ref-crds.md @@ -289,7 +289,7 @@ BundleDeployment is used internally by Fleet and should not be used directly. Wh | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | ignore | IgnoreOptions can be used to ignore fields when monitoring the bundle. | [IgnoreOptions](#ignoreoptions) | false | @@ -715,7 +715,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- | diff --git a/versioned_docs/version-0.9/gitrepo-content.md b/versioned_docs/version-0.9/gitrepo-content.md index 8fb35eb85..ba24b678f 100644 --- a/versioned_docs/version-0.9/gitrepo-content.md +++ b/versioned_docs/version-0.9/gitrepo-content.md @@ -26,7 +26,7 @@ The following files are looked for to determine the how the resources will be de | **kustomization.yaml**:| / relative to `path` or custom path from `fleet.yaml` | The resources will be deployed using Kustomize. Refer to the `fleet.yaml` for more options. | | **fleet.yaml** | Any subpath | If any fleet.yaml is found a new [bundle](./concepts.md) will be defined. This allows mixing charts, kustomize, and raw YAML in the same repo | | ** *.yaml ** | Any subpath | If a `Chart.yaml` or `kustomization.yaml` is not found then any `.yaml` or `.yml` file will be assumed to be a Kubernetes resource and will be deployed. | -| **overlays/{name}** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | +| **overlays/`{name}`** | / relative to `path` | When deploying using raw YAML (not Kustomize or Helm) `overlays` is a special directory for customizations. | ### Excluding files and directories from bundles diff --git a/versioned_docs/version-0.9/ref-crds.md b/versioned_docs/version-0.9/ref-crds.md index e46dcd83b..64519e193 100644 --- a/versioned_docs/version-0.9/ref-crds.md +++ b/versioned_docs/version-0.9/ref-crds.md @@ -309,7 +309,7 @@ BundleDeployment is used internally by Fleet and should not be used directly. Wh | helm | Helm options for the deployment, like the chart name, repo and values. | *[HelmOptions](#helmoptions) | false | | serviceAccount | ServiceAccount which will be used to perform this deployment. | string | false | | forceSyncGeneration | ForceSyncGeneration is used to force a redeployment | int64 | false | -| yaml | YAML options, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | +| yaml | YAML options, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | *[YAMLOptions](#yamloptions) | false | | diff | Diff can be used to ignore the modified state of objects which are amended at runtime. | *[DiffOptions](#diffoptions) | false | | keepResources | KeepResources can be used to keep the deployed resources when removing the bundle | bool | false | | ignore | IgnoreOptions can be used to ignore fields when monitoring the bundle. | [IgnoreOptions](#ignoreoptions) | false | @@ -527,7 +527,7 @@ Define helm values that can come from configmap, secret or external. Credit: htt #### YAMLOptions -YAMLOptions, if using raw YAML these are names that map to overlays/{name} files that will be used to replace or patch a resource. +YAMLOptions, if using raw YAML these are names that map to overlays/`{name}` files that will be used to replace or patch a resource. | Field | Description | Scheme | Required | | ----- | ----------- | ------ | -------- |