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/ci-cd-guides/gitops-deployments.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
@@ -681,7 +681,7 @@ and load them from the repository.
681
681
Once the pipeline is in Git, you should switch the online editor to[load the pipeline from the repository]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#loading-codefreshyml-from-version-control) instead of the inline text.
Copy file name to clipboardExpand all lines: _docs/ci-cd-guides/pull-request-branches.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
@@ -342,7 +342,7 @@ In a similar manner, you can create the triggers for all other branch types in G
342
342
Trunk-based development and Git-flow are only some examples of what a Git workflow can look like. Your organization might follow a completely different process. Using the basic building blocks of Codefresh triggers (branch field, PR checkboxes, etc) you should be able to model your own workflow according to your own pipelines.
Copy file name to clipboardExpand all lines: _docs/deployments/kubernetes/deployment-options-to-kubernetes.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
@@ -29,7 +29,7 @@ Codefresh offers several options when it comes to Kubernetes deployments:
29
29
##Prerequisites
30
30
31
31
* A K8s cluster in Codefresh (see[Connecting a Kubernetes cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster/)
32
-
* Familiarity with the[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/), basic[pipeline steps]({{site.baseurl}}/docs/pipelines/steps/), and how to describe them
32
+
* Familiarity with the[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/), basic[pipeline steps]({{site.baseurl}}/docs/pipelines/steps/), and how to describe them
33
33
*[Integrate your Docker registry]({{site.baseurl}}/docs/integrations/docker-registries/) with Codefresh