Skip to content

Commit 632aaad

Browse files
committed
merged and tidied
1 parent 9d70ff2 commit 632aaad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/docs/argo-cd/steps/deployment-preview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: src/layouts/Default.astro
33
pubDate: 2025-09-15
44
modDate: 2025-09-15
55
title: Argo CD Deployment Preview
6-
description: Query affected applications before triggering the chanbge
6+
description: Query affected applications before triggering the change
77
---
88
Argo CD Instances don't fall under the category of 'Deployment Target', and so 'Target Tags' can't be used by the associated
99
steps to specify which Argo application is to be updated by a given deployment.

src/pages/docs/argo-cd/steps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Octopus offers two in-built steps which are able to modify a mapped Argo CD appl
1616
This step is responsible for identifying images referenced by an application, and updating their image-tags to the
1717
value defined in the Octopus Deployment.
1818

19-
For 'Basic Yaml' and 'Kustomize' based Argo CD Applications, the behaviour for performing the update relies on the known
19+
For 'Basic Yaml' and 'Kustomize' based Argo CD Applications, the behavior for performing the update relies on the known
2020
structure of the kubernetes/kustomize yaml to ensure the correct fields are updated.
2121

2222
However, for Helm-based Argo CD Applications, where image-tags are specified within the `values.yaml` file, additional

0 commit comments

Comments
 (0)