From 13894261cef9050675664f75755f62db596e4721 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 10 Jan 2025 20:10:00 +0100 Subject: [PATCH] docs: small k8s docs improvements --- .../kubernetes/infisical-dynamic-secret-crd.mdx | 2 +- .../platforms/kubernetes/infisical-push-secret-crd.mdx | 10 +++++++++- .../platforms/kubernetes/infisical-secret-crd.mdx | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx index 9bdb43e6a..637e662bb 100644 --- a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx @@ -1,6 +1,6 @@ --- sidebarTitle: "InfisicalDynamicSecret CRD" -title: "InfisicalDynamicSecret CRD" +title: "Using the InfisicalDynamicSecret CRD" description: "Learn how to generate dynamic secret leases in Infisical and sync them to your Kubernetes cluster." --- ## Overview diff --git a/docs/integrations/platforms/kubernetes/infisical-push-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-push-secret-crd.mdx index eb226e7b8..d3427cfe3 100644 --- a/docs/integrations/platforms/kubernetes/infisical-push-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-push-secret-crd.mdx @@ -5,7 +5,15 @@ description: "Learn how to use the InfisicalPushSecret CRD to push and manage se --- -## Push Secrets to Infisical +## Overview + +The **InfisicalPushSecret** CRD allows you to create and manage secrets in Infisical and sync them to your Kubernetes cluster as native **Kubernetes secret** resources. +If you need automatic redeployments of your application when secrets change, you can use the [InfisicalSecret](/docs/integrations/platforms/kubernetes/infisical-secret-crd) CRD to fetch secrets from Infisical and inject them into your application's environment. + + +This CRD offers the following features: +- **Create Secrets** in Infisical and manage its lifecycle. +- **Automatic secret deletion** when the InfisicalPushSecret CRD is deleted. ### Example usage diff --git a/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx index 39154a7c4..f263b518a 100644 --- a/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-secret-crd.mdx @@ -1,6 +1,6 @@ --- sidebarTitle: "InfisicalSecret CRD" -title: "InfisicalSecret CRD" +title: "Using the InfisicalSecret CRD" description: "Learn how to use the InfisicalSecret CRD to fetch secrets from Infisical and store them as native Kubernetes secret resource" ---