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

Commitb9581e7

Browse files
authored
Gitops uninstall runtime command change (#1273)
* Update manage-runtimes.md* Updated terraform install section* Update git-tokens.md
1 parent9781ac3 commitb9581e7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎_docs/installation/gitops/hybrid-gitops-helm-installation.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ After completing the installation, you may need to perform additional configurat
162162

163163
You can also use Terraform to install an additional GitOps Runtime with the[Helm provider](https://registry.terraform.io/providers/hashicorp/helm/latest/docs){:target="\_blank"}.
164164

165-
* The Shared Configuration Repository and Git provider are configured once per account and do not need to be set up again.
166-
* EachRuntime must have a unique name within the account. If you used`codefresh` (the default) for the first Runtime, choose a different name to avoid installation failures.
165+
>**NOTE**
166+
EveryRuntimein an accountmust have a unique name. If you used`codefresh` (the default) for the first Runtime, choose a different name to avoid installation failures.
167167

168168

169169
Here is an example:

‎_docs/installation/gitops/manage-runtimes.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,9 @@ Uninstalling a GitOps Runtime permanently removes:
555555

556556
{:start="6"}
557557
1. Copy and run the uninstall command:
558-
`RELEASE_NAME=$(helm ls -n codefresh-gitops-runtime -q) && helm uninstall ${RELEASE_NAME} -n codefresh-gitops-runtime`
558+
`helm uninstall cf-gitops-runtime -n <runtime-namespace>`
559+
where:
560+
* `<runtime-namespace>` is the namespace where the Runtime is installed.
559561

560562
{:start="7"}
561563
1. Click **Close** to exit.

‎_docs/installation/gitops/runtime-install-with-existing-argo-cd.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ After installation, go to **GitOps Runtimes > List View**:
165165

166166
You can also use Terraform to install additional GitOps Runtimes with the[Helm provider](https://registry.terraform.io/providers/hashicorp/helm/latest/docs){:target="\_blank"}.
167167

168-
* The Shared Configuration Repository and Git provider are configured once per account and do not need to be set up again.
169-
* EachRuntime must have a unique name within the account. If you used`codefresh` (the default) for the first Runtime, choose a different name to avoid installation failures.
168+
>**NOTE**
169+
EveryRuntimein an accountmust have a unique name. If you used`codefresh` (the default) for the first Runtime, choose a different name to avoid installation failures.
170170

171171

172172
Here is an example:

‎_docs/security/git-tokens.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Codefresh requires two types of Git tokens for authentication in GitOps, a Git R
1818
>**IMPORTANT**
1919
_Both tokens are always securely stored on your cluster_ and never locally on our platform.
2020

21-
Users can also create and use Git tokens with custom scopes for both GitOps Runtimes and for Git repositories associated with the Runtimes that they need to access. See[Git user tokens with custom scopes](#git-user-tokens-with-custom-scopes).
22-
2321
##Git Runtime tokens versus Git user tokens in Codefresh
2422
The table below summarizes the main differences between the Git Runtime token and Git user tokens in Codefresh.
2523

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp