From 391bb703136f14bff17642c5d22c3cd3800f8943 Mon Sep 17 00:00:00 2001 From: Anton Averchenkov <84287187+averche@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:45:56 -0400 Subject: [PATCH] Docs: remove BETA warning from vault agent process supervisor (#23387) --- .../docs/agent-and-proxy/agent/process-supervisor.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/content/docs/agent-and-proxy/agent/process-supervisor.mdx b/website/content/docs/agent-and-proxy/agent/process-supervisor.mdx index 99a7f54781..4416ed8759 100644 --- a/website/content/docs/agent-and-proxy/agent/process-supervisor.mdx +++ b/website/content/docs/agent-and-proxy/agent/process-supervisor.mdx @@ -14,10 +14,8 @@ a process via environment variables using -> If you are running your applications in a Kubernetes cluster, we recommend evaluating the [Vault Secrets Operator](/vault/docs/platform/k8s/vso) and - the [Vault Agent Sidecar Injector](/vault/docs/platform/k8s/injector). - -!> Vault Agent's Process Supervisor Mode is in public beta. Please provide your - feedback by opening a GitHub issue [here](https://github.com/hashicorp/vault/issues). + the [Vault Agent Sidecar Injector](/vault/docs/platform/k8s/injector) + instead. ## Functionality @@ -155,4 +153,4 @@ exec { Refer to the [Vault Agent - secrets as environment variables](/vault/tutorials/vault-agent/agent-env-vars) tutorial for an -end-to-end example. \ No newline at end of file +end-to-end example.