From 628bc711c25bb2a8d9218b701b0d2745e0b63746 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 8 Jul 2023 21:12:05 -0400 Subject: [PATCH] update k8 docks for quick start --- docs/documentation/getting-started/kubernetes.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/documentation/getting-started/kubernetes.mdx b/docs/documentation/getting-started/kubernetes.mdx index 495f3445e..4585e7ce1 100644 --- a/docs/documentation/getting-started/kubernetes.mdx +++ b/docs/documentation/getting-started/kubernetes.mdx @@ -61,14 +61,18 @@ metadata: spec: # The host that should be used to pull secrets from. If left empty, the value specified in Global configuration will be used hostAPI: https://app.infisical.com/api + resyncInterval: authentication: - serviceToken: - serviceTokenSecretReference: # <-- The secret's namespaced name that holds the project token for authentication in step 1 + serviceToken: + serviceTokenSecretReference: secretName: service-token secretNamespace: option - managedSecretReference: + secretsScope: + envSlug: dev + secretsPath: "/" + managedSecretReference: secretName: managed-secret # <-- the name of kubernetes secret that will be created - secretNamespace: default # <-- in what namespace it will be created in + secretNamespace: default # <-- where the kubernetes secret should be created ``` ```