Skip to content

Commit eb76c17

Browse files
committed
docs: fixes
1 parent faed4e6 commit eb76c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user-guide/creating-application/workflow/cd-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ This section expects four inputs from you:
3939

4040
{% hint style="warning" %}
4141
### FluxCD Deployment Failed
42-
* Make sure that the FluxCD controller is installed in the cluster in which you want to deploy the application. Refer [GitOps (Flux CD)](../../creating-application/fluxcd.md#install-fluxcd-controller) to learn more.
42+
* Make sure that the FluxCD controller is installed in the cluster in which you want to deploy the application. Refer [Enable GitOps Deployments with FluxCD](../../creating-application/fluxcd.md#install-fluxcd-controller) to learn more.
4343

4444
* Application deployments through GitOps (via FluxCD) are supported only when using the `Deployment` or `Rollout` deployment strategies with the latest chart versions. Other deployment strategies are currently not supported.
45-
45+
4646
{% endhint %}
4747

4848
{% hint style="info" %}

docs/user-guide/deploy-chart/deployment-of-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To configure and deploy Helm, follow the instructions below:
5252
| :--- | :--- |
5353
| **Helm** | Select this option if you do not want version tracking for deployments and would like to directly deploy charts into the cluster |
5454
| **GitOps (Via Argo CD)** | Select this option if you want Git to track every deployment via Argo CD. As a prerequisite: <ul><li>The [GitOps (Argo CD)](../../user-guide/integrations/argocd.md) module should be installed in your Devtron instance for this option to be displayed </li> <li>GitOps should be configured in the Global Configurations page. Refer to [GitOps](../global-configurations/gitops.md) for more information</li></ul> |
55-
| **GitOps (Via Flux CD)** | Select this option if you want Git to track every deployment via Flux CD. As a prerequisite: <ul> <li> The Flux CD controller should be installed in your preferred cluster to deploy using GitOps (Via Flux CD). Refer [GitOps (FluxCD)](../creating-application/fluxcd.md#install-fluxcd-controller-via-cluster-terminal) for more information.</li><li>GitOps should be configured in the Global Configurations page. Refer to [GitOps](../global-configurations/gitops.md) for more information.</li> </ul>|
55+
| **GitOps (Via Flux CD)** | Select this option if you want Git to track every deployment via Flux CD. As a prerequisite: <ul> <li> The Flux CD controller should be installed in your preferred cluster to deploy using GitOps (Via Flux CD). Refer [Enable GitOps Deployments with FluxCD](../creating-application/fluxcd.md#install-fluxcd-controller-via-cluster-terminal) for more information.</li><li>GitOps should be configured in the Global Configurations page. Refer to [GitOps](../global-configurations/gitops.md) for more information.</li> </ul>|
5656

5757
{% hint style="warning" %}
5858

0 commit comments

Comments
 (0)