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/deployments/helm/using-helm-in-codefresh-pipeline.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
@@ -273,7 +273,7 @@ my_custom_helm_command:
273
273
|custom_values|optional|values to provide to Helm as --set.|
274
274
|helm_repository_context | optional |The name of the Helm repository integration configured in Codefresh.|
275
275
|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).|
277
277
|namespace|optional|Target Kubernetes namespace to deploy to.|
278
278
|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.|
279
279
|release_name|used for `install`|The Helm release name. If the release exists, it is upgraded.|
Copy file name to clipboardExpand all lines: _docs/installation/installation-options.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
@@ -124,9 +124,9 @@ Codefresh GitOps also supports SaaS and hybrid installation options:
124
124
###Hosted GitOps
125
125
The SaaS version of GitOps, Hosted GitOps has Argo CD installed in the Codefresh cluster.
126
126
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.
128
128
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/).
Copy file name to clipboardExpand all lines: _docs/pipelines/configuration/shared-configuration.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
@@ -138,7 +138,7 @@ Not only it will be used for this Helm chart, but it will be added in your globa
138
138
139
139
##Using values from the Shared Configuration in your Helm step
140
140
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/).
142
142
143
143
Under*Account Setting* >*Shared Configuration*, add the variable to your shared configuration.