Skip to content

Commit b929a98

Browse files
authored
Merge branch 'main' into task_t4iypz/view-action-runs-permission-fixed
2 parents 1f0d6f9 + 1a3a554 commit b929a98

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/kubernetes-stack/kubernetes/kubernetes.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,20 @@ Not sure which method is right for your use case? Check the available [installat
6868

6969
<TabItem value="helm" label="Helm" default>
7070

71-
<OceanRealtimeInstallation integration="Kubernetes" />
71+
To install the integration using Helm:
7272

73-
<PortApiRegionTip/>
73+
1. Go to the Kubernetes [data sources page](https://app.getport.io/settings/data-sources?section=EXPORTERS&provider=Kubernetes) in your portal.
74+
75+
<img src="/img/sync-data-to-catalog/kubernetesIntegrationPage.png" width="70%" border='1px' />
76+
77+
2. A `helm` command will be displayed, with default values already filled out (e.g. your Port client ID, client secret). Copy the command then run it in your terminal to install the integration.
7478

7579
</TabItem>
7680

7781
<TabItem value="argo" label="ArgoCD">
7882

7983
1. Install the `my-port-k8s-exporter` ArgoCD Application by creating the following `my-port-k8s-exporter.yaml` manifest:
80-
:::note
84+
:::note Configuration requirements
8185
Remember to replace the placeholders for `LATEST_HELM_RELEASE` `YOUR_PORT_CLIENT_ID` `YOUR_PORT_CLIENT_SECRET` and `YOUR_GIT_REPO_URL`.
8286

8387
You can find the latest version `port-k8s-exporter` chart in our [Releases](https://github.com/port-labs/helm-charts/releases?q=port-k8s-exporter&expanded=true) page.
@@ -86,7 +90,7 @@ Not sure which method is right for your use case? Check the available [installat
8690
:::
8791

8892
<details>
89-
<summary>ArgoCD Application</summary>
93+
<summary><b>ArgoCD Application (click to expand)</b></summary>
9094

9195
```yaml showLineNumbers
9296
apiVersion: argoproj.io/v1alpha1
299 KB
Loading

0 commit comments

Comments
 (0)