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/quick-start/gitops-quick-start/create-app-specs.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ sub-group: gitops-quick-start
6
6
toc:true
7
7
---
8
8
9
-
Now that you have created`codefresh-guestbook` as an Argo CD application, you need to deploy it. Let's deploy the`codefresh-guestbook` application by creating and committing resources.
9
+
Now that you have created`codefresh-guestbook` as an Argo CD application, you need to deploy it.
10
+
Let's deploy the`codefresh-guestbook` application by creating and committing resources.
11
+
10
12
You will create and commit the following resources:
11
13
1. A folder in Git to save resources for the application
12
14
1.`Rollout` resource defining the deployment strategy
@@ -27,7 +29,7 @@ Create a folder in the Git repo in which to save all the resources for the `code
27
29
Create a rollout resource for the application you want to deploy.
28
30
29
31
30
-
To leverage Argo Rollouts' deployment capabilities, we are usingtheArgo's`rollout` resource instead of the native Kubernetes Deployment object.
32
+
To leverage Argo Rollouts' deployment capabilities, we are using Argo's`rollout` resource instead of the native Kubernetes Deployment object.
31
33
For detailed information on the fields you can define, see[Argo Rollout specification](https://argoproj.github.io/argo-rollouts/features/specification/){:target="\_blank"}.
Copy file name to clipboardExpand all lines: _docs/quick-start/gitops-quick-start/create-rollout.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ sub-group: gitops-quick-start
6
6
toc:true
7
7
---
8
8
9
-
You will now make a change in the`codefresh-guestbook` application manifest, and update the image tag. Because we selected auto-sync in the application settings, Argo CD detects that the live state in the cluster is out of sync with the desired state in Git, and triggers the new rollout.<!---The rollout runs the analysis template you defined (`background-analysis` in the quick start).--->
9
+
You will now make a change in the`codefresh-guestbook` application manifest, and update the image tag.
10
+
Because we selected auto-sync in the application settings, Argo CD detects that the live state in the cluster is out of sync with the desired state in Git, and triggers the new rollout.<!---The rollout runs the analysis template you defined (`background-analysis` in the quick start).--->
Copy file name to clipboardExpand all lines: _docs/quick-start/gitops-quick-start/gitops-products.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,12 @@ toc: true
6
6
---
7
7
8
8
9
-
If you've been working with Codefresh GitOps, you're likely familiar with managing Argo CD applications in Codefresh. From creatingapplications to monitoring deployments and resources.
9
+
If you've been working with Codefresh GitOps, you're likely familiar with managing Argo CD applications in Codefresh. From creatingthem to monitoring application deployments and resources.
10
10
11
-
If you're new to Codefresh GitOps, start with our[quick start on Argo CD applications]({{site.baseurl}}/docs/quick-start/gitops-quick-start/create-app-ui/) to familiarize yourself with Argo CDapplication in Codefresh.
11
+
If you're new to Codefresh GitOps, start with our[quick start on Argo CD applications]({{site.baseurl}}/docs/quick-start/gitops-quick-start/create-app-ui/) to familiarize yourself with Argo CDapplications in Codefresh.
12
12
13
-
This quick start focuses on introducing you to the next-generation features for a new development and deployment experience Codefresh GitOps: Environments and Products!
14
-
15
-
For detailed information on all tasks and features, refer to the articles on[Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/) and[Products]({{site.baseurl}}/docs/dashboards/gitops-products/).
13
+
This quick start focuses on introducing you to the next-generation features for a new development and deployment experience in Codefresh GitOps: Environments and Products!
14
+
For detailed information on all tasks and features, refer to the articles on[Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/) and[Products]({{site.baseurl}}/docs/products/about-products/).
16
15
17
16
We'll begin by exploring the key benefits of Environments and Products.
18
17
And then guide you through how to work with these both to streamline and empower your software development lifecycle.