From f2db76a0d5789a61926d2a79fb583f8401e6e975 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Mon, 22 Feb 2021 09:36:29 -0600 Subject: [PATCH] Fix typo in multiple-pinnipeds post. Signed-off-by: Matt Moyer --- site/content/posts/multiple-pinnipeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/posts/multiple-pinnipeds.md b/site/content/posts/multiple-pinnipeds.md index e875db137..5ce0a6106 100644 --- a/site/content/posts/multiple-pinnipeds.md +++ b/site/content/posts/multiple-pinnipeds.md @@ -87,7 +87,7 @@ The default behavior of Pinniped remains unchanged, and we made sure to implemen ### Advantages and Disadvantages -With v0.5.0, each instance of Pinniped to be upgraded and operated 100% independently, with no coordination or shared state needed. +With v0.5.0, each instance of Pinniped can be upgraded and operated 100% independently, with no coordination or shared state needed. One remaining constraint is that each instance should be deployed into its own namespace. This ensures that any other standard Kubernetes objects such as Secrets and ConfigMaps referenced by the configuration do not overlap.