docs: small k8s docs improvements

This commit is contained in:
Daniel Hougaard
2025-01-10 20:10:00 +01:00
parent 3ed3856c85
commit 13894261ce
3 changed files with 11 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"
---