Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0bf4826

Browse files
Fixing broken links
1 parent5e02eb3 commit0bf4826

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

‎_docs/ci-cd-guides/add-config-maps-to-your-namespaces.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you already have configuration variables in a `*.property` file, you can easi
9696
{% include image.html
9797
lightbox="true"
9898
file="/images/guides/config-maps/import-variables-from-text.png"
99-
url="/images/guides/config-maps/import-variables-from-text.png."
99+
url="/images/guides/config-maps/import-variables-from-text.png"
100100
alt="Add multiple variables from text or file to config map"
101101
caption="Add multiple variables from text or file to config map"
102102
max-width="40%"

‎_docs/deployments/gitops/applications-dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ max-width="80%"
163163
image.html
164164
lightbox="true"
165165
file="/images/applications/app-header-view-details.png"
166-
url="/images/applicationsapp-header-view-details.png"
166+
url="/images/applications/app-header-view-details.png"
167167
alt="View app details from the application header context menu"
168168
caption="View app details from the application header context menu"
169169
max-width="80%"

‎_docs/deployments/helm/using-helm-in-codefresh-pipeline.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ my_custom_helm_command:
273273
|custom_values|optional|values to provide to Helm as --set.|
274274
|helm_repository_context | optional |The name of the Helm repository integration configured in Codefresh.|
275275
|helm_version|optional|version of [cfstep-helm image](https://hub.docker.com/r/codefresh/cfstep-helm/tags).|
276-
|kube_context|required for install|Kubernetes context to use. The name of the cluster as [configured in Codefresh]({{site.baseurl}}/docs/deploy-to-kubernetes/add-kubernetes-cluster/).|
276+
|kube_context|required for install|Kubernetes context to use. The name of the cluster as [configured in Codefresh]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster).|
277277
|namespace|optional|Target Kubernetes namespace to deploy to.|
278278
|primary_helm_context |optional |Required for `install` and `push` actions when the pipeline has multiple Helm contexts. The Helm context to use for the Helm command. When omitted, the repo most recently added to the pipeline is used.|
279279
|release_name|used for `install`|The Helm release name. If the release exists, it is upgraded.|

‎_docs/deployments/kubernetes/manage-kubernetes.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ You can also switch to a Grid view if you prefer that over the default List view
4545

4646
{% include image.html
4747
lightbox="true"
48-
file="/images/kubernetes/grid-view.png"
49-
url="/images/kubernetes/grid-view.png"
48+
file="/images/deployments/kubernetes/grid-view.png"
49+
url="/images/deployments/kubernetes/grid-view.png"
5050
alt="Kubernetes Dashboard grid view"
5151
caption="Kubernetes Dashboard grid view"
5252
max-width="80%"

‎_docs/installation/codefresh-runner.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,11 +1396,12 @@ You have completed installing the Codefresh Runner on an EKS cluster. You can tr
13961396
### Install Codefresh Runner on Rancher RKE 2.X
13971397

13981398
Installing Codefresh Runner on Rancher RKE 2.X includes these steps:
1399-
[Step 1: Configure kubeletfor Runner StorageClass](#step-1-configure-kubelet-for-runner-storageclass)
1400-
[Step 2: Set kubeconfig user permissions](#step-2-set-kubeconfig-user-permissions)
1401-
[Step 3: Install the Runner](#step-3-install-the-runner)
1402-
[Step 4: Update Runner Docker MTU](#step-4-update-runner-docker-mtu)
1403-
[Step 5: Create the cluster integration](#step-5-create-the-cluster-integration)
1399+
1400+
* [Step 1: Configure kubeletfor Runner StorageClass](#step-1-configure-kubelet-for-runner-storageclass)
1401+
* [Step 2: Set kubeconfig user permissions](#step-2-set-kubeconfig-user-permissions)
1402+
* [Step 3: Install the Runner](#step-3-install-the-runner)
1403+
* [Step 4: Update Runner Docker MTU](#step-4-update-runner-docker-mtu)
1404+
* [Step 5: Create the cluster integration](#step-5-create-the-cluster-integration)
14041405

14051406
#### Step 1: Configure kubelet for Runner StorageClass
14061407

‎_docs/installation/installation-options.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Codefresh GitOps also supports SaaS and hybrid installation options:
124124
###Hosted GitOps
125125
The SaaS version of GitOps, Hosted GitOps has Argo CD installed in the Codefresh cluster.
126126
Hosted GitOps Runtime is installed and provisioned in a Codefresh cluster, and managed by Codefresh.
127-
Hostedenviroments are full-cloud environments, where all updates and improvements are managed by Codefresh, with zero-maintenance overhead for you as the customer.
127+
Hostedenvironments are full-cloud environments, where all updates and improvements are managed by Codefresh, with zero-maintenance overhead for you as the customer.
128128
Currently, you can add one Hosted GitOps Runtime per account.
129-
For the architecture, see[Hosted GitOps Runtime architecture]({{site.baseurl}}/docs/installation/architecture/#hosted-gitops-runtime-architecture).
129+
For the architecture, see[Hosted GitOps Runtime architecture]({{site.baseurl}}/docs/installation/runtime-architecture/).
130130

131131

132132
{% include

‎_docs/pipelines/configuration/shared-configuration.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Not only it will be used for this Helm chart, but it will be added in your globa
138138

139139
##Using values from the Shared Configuration in your Helm step
140140

141-
Additionally, you can define shared variables in your account settings and reuse those across your Helm steps, and specifically, in your[custom Helm values]({{site.baseurl}}/docs/docs/new-helm/using-helm-in-codefresh-pipeline/#helm-values).
141+
Additionally, you can define shared variables in your account settings and reuse those across your Helm steps, and specifically, in your[custom Helm values]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/).
142142

143143
Under*Account Setting* >*Shared Configuration*, add the variable to your shared configuration.
144144

‎_docs/pipelines/steps.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can create your own pipelines by writing a [codefresh.yml]({{site.baseurl}}/
1515
image.html
1616
lightbox="true"
1717
file="/images/pipeline/codefresh-yaml/stages/complex-pipeline.png"
18-
url="/images/pipeline/codefresh-yamlstages/complex-pipeline.png"
18+
url="/images/pipeline/codefresh-yaml/stages/complex-pipeline.png"
1919
alt="Pipeline steps"
2020
caption="Pipeline steps"
2121
max-width="80%"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp