From ace8c37c259d560c6501d77ce7cb2a947fa6a275 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 13 Mar 2025 23:11:50 +0400 Subject: [PATCH] docs: fix formatting --- .../infisical-dynamic-secret-crd.mdx | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx index 555e62652..5cedd5c3e 100644 --- a/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx +++ b/docs/integrations/platforms/kubernetes/infisical-dynamic-secret-crd.mdx @@ -126,21 +126,19 @@ When `hostAPI` is not defined the operator fetches secrets from Infisical Cloud. The `leaseTTL` is a string-formatted duration that defines the time the lease should last for the dynamic secret. -The format of the field is `[duration][unit]` where `duration` is a number and `unit` is a string representing the unit of time. + The format of the field is `[duration][unit]` where `duration` is a number and `unit` is a string representing the unit of time. -The following units are supported: + The following units are supported: -- `s` for seconds (must be at least 5 seconds) -- `m` for minutes -- `h` for hours -- `d` for days + - `s` for seconds (must be at least 5 seconds) + - `m` for minutes + - `h` for hours + - `d` for days - - The lease duration at most be 1 day (24 hours). And the TTL must be less than the max TTL defined on the dynamic secret. - - - - + + The lease duration at most be 1 day (24 hours). And the TTL must be less than the max TTL defined on the dynamic secret. + + The `managedSecretReference` field is used to define the Kubernetes secret where the dynamic secret lease should be stored. The required fields are `secretName` and `secretNamespace`.