From f27d4ee97392ba0fd12981cb0136b84257f27d46 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 19 Jun 2025 22:41:39 +0800 Subject: [PATCH] doc: add mention of helm install for pki issuer --- docs/documentation/platform/pki/pki-issuer.mdx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/documentation/platform/pki/pki-issuer.mdx b/docs/documentation/platform/pki/pki-issuer.mdx index c46c1f35e..13214bfb7 100644 --- a/docs/documentation/platform/pki/pki-issuer.mdx +++ b/docs/documentation/platform/pki/pki-issuer.mdx @@ -49,11 +49,21 @@ In the following steps, we explore how to install the Infisical PKI Issuer using ``` - Install the Infisical PKI Issuer controller into your Kubernetes cluster by running the following command: + Install the Infisical PKI Issuer controller into your Kubernetes cluster using one of the following methods: - ```bash - kubectl apply -f https://raw.githubusercontent.com/Infisical/infisical-issuer/main/build/install.yaml - ``` + + + ```bash + helm repo add infisical-helm-charts 'https://dl.cloudsmith.io/public/infisical/helm-charts/helm/charts/' + helm install infisical-pki-issuer infisical-helm-charts/infisical-pki-issuer + ``` + + + ```bash + kubectl apply -f https://raw.githubusercontent.com/Infisical/infisical-issuer/main/build/install.yaml + ``` + + Start by creating a Kubernetes `Secret` containing the **Client Secret** from step 1. As mentioned previously, this will be used by the Infisical PKI issuer to authenticate with Infisical.