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/operator-guide/extensions/git-discovery.md
-57Lines changed: 0 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@ This page describes installation of the [GitFusion](https://github.com/KubeRocke
17
17
18
18
GitFusion enhances the developer experience by facilitating automated discovery of Git repositories, remote branches, and organizational structures across multiple Git providers. The service operates as an intermediary layer, securing communication between the KubeRocketCI portal and Git infrastructure while enabling rich repository browsing capabilities.
19
19
20
-
## Prerequisites
21
-
22
-
To install GitFusion, ensure that a [KrakenD](./krakend.md) instance is installed and configured using [edp-cluster-add-ons](https://github.com/epam/edp-cluster-add-ons/tree/main/clusters/core/addons/krakend).
23
-
24
20
## Installation
25
21
26
22
:::warning
@@ -36,58 +32,6 @@ To enable the GitFusion integration in KubeRocketCI, follow the steps below:
36
32
enable: true
37
33
```
38
34
39
-
2. Configure the KrakenD API Gateway to expose GitFusion endpoints by modifying its routing configuration.
40
-
41
-
:::note
42
-
Reference KrakenD configurations in the [edp-cluster-add-ons](https://github.com/epam/edp-cluster-add-ons/tree/main/clusters/core/addons/krakend) repository.
43
-
For more information on how to work with edp-cluster-add-ons, please refer to the [Install via Add-Ons](../add-ons-overview.md) page.
44
-
:::
45
-
46
-
1. Clone your forked copy of the [edp-cluster-add-ons](https://github.com/epam/edp-cluster-add-ons) repository.
47
-
48
-
2. Verify that KrakenD configuration includes the GitFusion API endpoints. If missing, add them in two steps:
49
-
1. Navigate to the KrakenD configuration directory at `clusters/<cluster-name>/addons/krakend`.
50
-
2. Update the [values.yaml](https://github.com/epam/edp-cluster-add-ons/blob/main/clusters/core/addons/krakend/values.yaml#L202-#L346) file to include the necessary GitFusion API endpoint definitions.
51
-
52
-
3. Configure the KrakenD secret to include GitFusion service connectivity details.
53
-
54
-
:::note
55
-
The `GITFUSION_URL` variable should point to the GitFusion service URL, e.g., `http://gitfusion.krci:8080`.
56
-
:::
57
-
58
-
Modify the `krakend` secret configuration to include the `GITFUSION_URL` environment variable:
59
-
60
-
```yaml title="KrakenD secret"
61
-
kind: Secret
62
-
apiVersion: v1
63
-
metadata:
64
-
name: krakend
65
-
namespace: krakend
66
-
data:
67
-
...
68
-
GITFUSION_URL: http://gitfusion.krci:8080
69
-
type: Opaque
70
-
```
71
-
72
-
For environments utilizing External Secrets Operator with AWS Parameter Store, add the `GITFUSION_URL` variable to Parameter Store configuration:
Copy file name to clipboardExpand all lines: docs/operator-guide/infrastructure-providers/atlantis-installation.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
@@ -658,7 +658,7 @@ The first approach is to deploy Atlantis using Argo CD. Follow the steps below t
658
658
659
659
4. Commit and push the changes to the remote repository. After the changes are pushed, navigate to the Argo CD and sync the Atlantis application. Verify that the Atlantis is successfully deployed:
660
660
661
-

661
+

0 commit comments