From cabe246fa65fda25db29f7d1104de1a4e72925f7 Mon Sep 17 00:00:00 2001 From: Ashwin Punj Date: Thu, 16 Oct 2025 15:17:47 -0700 Subject: [PATCH] Making structural changes to guide content --- docs/documentation/guides/kubernetes-operator.mdx | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/documentation/guides/kubernetes-operator.mdx b/docs/documentation/guides/kubernetes-operator.mdx index 400c14ba1..01a1be886 100644 --- a/docs/documentation/guides/kubernetes-operator.mdx +++ b/docs/documentation/guides/kubernetes-operator.mdx @@ -27,7 +27,7 @@ Before we begin, make sure your environment is ready 4. Clone [infisical-guides-source-code](https://github.com/Infisical/infisical-guides-source-code) repository 5. Access to an Infisical instance (cloud or self-hosted) - +## Step-By-Step Guide @@ -139,14 +139,7 @@ The [InfisicalSecret](https://infisical.com/docs/integrations/platforms/kubernet ```console kubectl apply -f example-infisical-secret-crd.yaml ``` -2. Restart the deployment to pick up all of the changes -```console -kubectl rollout restart deployment infisical-opera-controller-manager -n default -``` -3. Check the pods after 15-20 seconds to make sure they spin up and are healthy -```console -kubectl get pods -n default -``` + @@ -242,4 +235,5 @@ kubectl get secret dynamic-secret-test -n default -o yaml ![dynamic secrets output](../../images/dynamic-secret-crd.png) -### Congratulations! You successfully synced secrets with Kubernetes. \ No newline at end of file + +**Congratulations! You successfully managed secrets with Kubernetes.** \ No newline at end of file