From 99be1dfd69deb162a9c1c653cab64056c2a7577b Mon Sep 17 00:00:00 2001 From: Curt Marker Date: Mon, 12 Jul 2021 16:28:36 -0400 Subject: [PATCH] Fixed a typo that broke the example static-server deployment (#10582) The service account was typo'd and needs to be fixed --- .../deployment-configurations/single-dc-multi-k8s.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/installation/deployment-configurations/single-dc-multi-k8s.mdx b/website/content/docs/k8s/installation/deployment-configurations/single-dc-multi-k8s.mdx index b64b0b11b..158252e9e 100644 --- a/website/content/docs/k8s/installation/deployment-configurations/single-dc-multi-k8s.mdx +++ b/website/content/docs/k8s/installation/deployment-configurations/single-dc-multi-k8s.mdx @@ -246,7 +246,7 @@ spec: ports: - containerPort: 8080 name: http - serviceAccountName: static-serve + serviceAccountName: static-server ``` Note that we're defining a Service intention so that our services are allowed to talk to each other.