Skip to content

Commit c25a96a

Browse files
authored
Add warning on argocd password change (#762)
Added warning on not changing argocd password
1 parent 52fbf6b commit c25a96a

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

_docs/installation/gitops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ group: installation
55
toc: true
66
---
77

8-
Codefresh supports several modes for working with GitOps applications.
8+
Codefresh supports several modes to work with GitOps applications:
99

10-
* The easiest way to get started is to use [a hosted GitOps runtime]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
11-
* Alternatively, you can install [a hybrid GitOps runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) in your own cluster
10+
* The easiest way to get started is to use [a Hosted GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
11+
* Alternatively, you can install [a Hybrid GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/) in your own cluster
1212

13-
You can then add [external clusters]({{site.baseurl}}/docs/installation/gitops/managed-cluster/) to any runtime (hosted or private).
13+
You can then manage and monitor the Runtimes by adding [external clusters]({{site.baseurl}}/docs/installation/gitops/managed-cluster/) and [Git Sources]({{site.baseurl}}/docs/installation/gitops/git-sources/).
1414

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ For step-by-step installation from the Codefresh UI, see [Step-by-step Hybrid Gi
2121

2222
>Hybrid GitOps installation with Helm is currently in Beta.
2323
24+
## ArgoCD password
25+
26+
>**WARNING**:
27+
Do not change the ArgoCD password by logging into the ArgoCD UI with the `argocd-initial-admin-secret`.
28+
Changing the ArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
29+
2430
## Quick Helm install for Hybrid GitOps Runtime
2531

2632
Install the Hybrid GitOps Runtime via Helm with the default tunnel-based access mode. You will copy the Helm install command from the UI to get the values that Codefresh automatically retrieves for you such as your account ID and other values.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ View Runtime components and information in [List or Topology view formats](/#git
2424
max-width="80%"
2525
%}
2626

27+
28+
2729
<!--- Manage and monitor provisioned GitOps Runtimes:
2830
* [Add managed clusters to GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/managed-cluster/)
2931
* [Add and manage Git Sources for GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/)
@@ -40,9 +42,14 @@ View Runtime components and information in [List or Topology view formats](/#git
4042
* [(Hybrid GitOps) View notifications in Activity Log](#hybrid-gitops-view-notifications-in-activity-log) -->
4143

4244

43-
> TIP:
45+
> **TIP**:
4446
>Unless specified otherwise, all options are common to both types of GitOps Runtimes. If an option is valid only for Hybrid GitOps, it is indicated as such.
4547
48+
## ArgoCD password
49+
50+
>**WARNING**:
51+
Do not change the ArgoCD password by logging into the ArgoCD UI with the `argocd-initial-admin-secret`.
52+
Changing the ArgoCD password can result in system instability, and disrupt the proper functioning of the Codefresh platform.
4653

4754
## GitOps Runtime views
4855

0 commit comments

Comments
 (0)