You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/creating-application/workflow/cd-pipeline.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ This section expects four inputs from you:
39
39
40
40
{% hint style="warning" %}
41
41
### 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.
43
43
44
44
* 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.
Copy file name to clipboardExpand all lines: docs/user-guide/deploy-chart/deployment-of-charts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To configure and deploy Helm, follow the instructions below:
52
52
| :--- | :--- |
53
53
|**Helm**| Select this option if you do not want version tracking for deployments and would like to directly deploy charts into the cluster |
54
54
|**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>|
0 commit comments