From fa3fe37684d91653c6d3d6b48778ace93c291ffe Mon Sep 17 00:00:00 2001 From: Phil Sautter Date: Thu, 11 Jun 2020 08:35:22 -0400 Subject: [PATCH] backend/kubernetes: Kubernetes supports multiple workspaces --- website/docs/state/workspaces.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/state/workspaces.html.md b/website/docs/state/workspaces.html.md index 899d5a5e4d..e2a51c4b82 100644 --- a/website/docs/state/workspaces.html.md +++ b/website/docs/state/workspaces.html.md @@ -29,6 +29,7 @@ Multiple workspaces are currently supported by the following backends: * [Consul](/docs/backends/types/consul.html) * [COS](/docs/backends/types/cos.html) * [GCS](/docs/backends/types/gcs.html) + * [Kubernetes](/docs/backends/types/kubernetes.html) * [Local](/docs/backends/types/local.html) * [Manta](/docs/backends/types/manta.html) * [Postgres](/docs/backends/types/pg.html)