From 46d1d6aab323efa2bc30f19df913722484d76440 Mon Sep 17 00:00:00 2001 From: Pablo Terradillos Date: Thu, 30 Oct 2025 09:12:37 -0300 Subject: [PATCH] Fix formatting in k8s next steps page --- content/docs/iac/get-started/kubernetes/next-steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/iac/get-started/kubernetes/next-steps.md b/content/docs/iac/get-started/kubernetes/next-steps.md index b8cb2f0226c2..4663c5f0ae44 100644 --- a/content/docs/iac/get-started/kubernetes/next-steps.md +++ b/content/docs/iac/get-started/kubernetes/next-steps.md @@ -24,9 +24,9 @@ Congrats! You've deployed your first project to Kubernetes with Pulumi. Here are With Pulumi ESC you can: - - **Stop secret sprawl.** Pull and sync configuration and secrets with any secrets store – including HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, 1Password, and more – and consume in any application, tool, or CI/CD platform. - - **Trust (and prove) your secrets are secure.** Every environment can be locked down with role-based access controls (RBAC) and versioned with all changes fully logged for auditing. - - **Ditch `.env` files.** No more storing secrets in plaintext on dev computers. Developers can easily access secrets via CLI, API, Kubernetes operator, the Pulumi Cloud UI, and in-code with Typescript/Javascript, Python, and Go SDKs. +- **Stop secret sprawl.** Pull and sync configuration and secrets with any secrets store – including HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, 1Password, and more – and consume in any application, tool, or CI/CD platform. +- **Trust (and prove) your secrets are secure.** Every environment can be locked down with role-based access controls (RBAC) and versioned with all changes fully logged for auditing. +- **Ditch `.env` files.** No more storing secrets in plaintext on dev computers. Developers can easily access secrets via CLI, API, Kubernetes operator, the Pulumi Cloud UI, and in-code with Typescript/Javascript, Python, and Go SDKs. {{< get-started-next-step path="/docs/esc/get-started" label="Learn more about Pulumi ESC" ref="gs-k8-esc" >}}