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/developers.md
+4-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -951,16 +951,14 @@ A GitHub release containing all merged PRs since the last release is create auto
951
951
952
952
## Installing ArgoCD Operator
953
953
954
-
This guide provides instructions fordevelopers to install the ArgoCD Operator locally. Installing the operator can be non-trivial, especially when deploying it without certain dependencies like cert-manager. This guide simplifies the process by providing a single script that you can copy and paste to set up the operatorin your local environment.
954
+
This guide provides instructions for developers to install the ArgoCD Operator locally.
955
955
956
956
### Prerequisites:
957
957
958
958
Ensure you have the following installed on your system:
959
959
960
960
- Git: For cloning the repository.
961
-
- Patch: To apply modifications to the codebase.
962
-
- Kubectl: To interact with your Kubernetes cluster.
963
-
- Kustomize: Included with kubectl version ≥1.14.
961
+
- golang: Version >= 1.24
964
962
965
963
### Installation Script
966
964
@@ -969,27 +967,8 @@ Copy the following script, paste it into your Terminal and execute it.
0 commit comments