diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/kubernetes-stack/kubernetes/kubernetes.md b/docs/build-your-software-catalog/sync-data-to-catalog/kubernetes-stack/kubernetes/kubernetes.md index 330a13f618..bb9de6ee40 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/kubernetes-stack/kubernetes/kubernetes.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/kubernetes-stack/kubernetes/kubernetes.md @@ -68,16 +68,20 @@ Not sure which method is right for your use case? Check the available [installat - +To install the integration using Helm: - +1. Go to the Kubernetes [data sources page](https://app.getport.io/settings/data-sources?section=EXPORTERS&provider=Kubernetes) in your portal. + + + +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. 1. Install the `my-port-k8s-exporter` ArgoCD Application by creating the following `my-port-k8s-exporter.yaml` manifest: - :::note + :::note Configuration requirements Remember to replace the placeholders for `LATEST_HELM_RELEASE` `YOUR_PORT_CLIENT_ID` `YOUR_PORT_CLIENT_SECRET` and `YOUR_GIT_REPO_URL`. 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 :::
- ArgoCD Application + ArgoCD Application (click to expand) ```yaml showLineNumbers apiVersion: argoproj.io/v1alpha1 diff --git a/static/img/sync-data-to-catalog/kubernetesIntegrationPage.png b/static/img/sync-data-to-catalog/kubernetesIntegrationPage.png new file mode 100644 index 0000000000..012e157cbe Binary files /dev/null and b/static/img/sync-data-to-catalog/kubernetesIntegrationPage.png differ