Skip to content

Commit bf4c72d

Browse files
committed
addressed feedback
1 parent e6cd7a4 commit bf4c72d

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/marketplace/azure-container-technical-assets-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Each CNAB will be composed of the following artifacts:
176176

177177
Ensure the Helm chart adheres to the following rules:
178178

179-
- All image names and references are parameterized and represented in `values.yaml` as global.azure.images references. Update `deployment.yaml` to point these images. This ensure the image block can be updated and referenced by Azure Marketplace's ACR.
179+
- All image names and references are parameterized and represented in `values.yaml` as global.azure.images references. Update `deployment.yaml` to point these images. This ensures the image block can be updated and referenced by Azure Marketplace's ACR.
180180

181181
:::image type="content" source="./media/azure-container/billing-identifier.png" alt-text="A screenshot of a properly formatted values.yaml file is shown. It resembles the sample values.yaml file linked from this article.":::
182182

@@ -304,7 +304,7 @@ cpa buildbundle
304304
> [!NOTE]
305305
> Use `cpa buildbundle --force` only if you want to overwrite an existing tag. If you have already attach this CNAB to an Azure Marketplace offer, instead increment the version in the manifest file.
306306
307-
### Integrate into a Azure Pipeline
307+
### Integrate into an Azure Pipeline
308308

309309
For an example of how to integrate `container-package-app` into an Azure Pipeline, see the [Azure Pipeline example][pipeline-sample].
310310

0 commit comments

Comments
 (0)