From 6e67304e924b607af5cb60d15ffb6d2c2c2d86aa Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 7 Feb 2023 12:54:09 -0800 Subject: [PATCH] Update wording of k8 --- docs/integrations/platforms/kubernetes.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/integrations/platforms/kubernetes.mdx b/docs/integrations/platforms/kubernetes.mdx index 1bc90a540..07ce0aae3 100644 --- a/docs/integrations/platforms/kubernetes.mdx +++ b/docs/integrations/platforms/kubernetes.mdx @@ -6,10 +6,9 @@ description: "This page explains how to use Infisical to inject secrets into Kub ![title](../../images/k8-diagram.png) -The Infisical Secrets Operator is a custom Kubernetes controller that helps keep secrets in a cluster up to date by synchronizing them. -It is installed in its own namespace within the cluster and follows strict RBAC policies. -The operator uses InfisicalSecret custom resources to identify which secrets to sync and where to store them. -It is responsible for continuously updating managed secrets, and in the future may also automatically reload deployments that use them as needed. +The Infisical Secrets Operator is a Kubernetes controller that retrieves secrets from Infisical and stores them in a designated cluster. +It uses an `InfisicalSecret` resource to specify authentication and storage methods. +The operator continuously updates secrets and can also reload dependent deployments automatically. ## Install Operator