From f7b1b99daf1f330fb281246a10bf370ed73c3b78 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Thu, 18 Feb 2021 17:10:23 -0500 Subject: [PATCH] Make windows.version table consistent --- multi-cluster/windows-helm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-cluster/windows-helm/README.md b/multi-cluster/windows-helm/README.md index f953d5a0..4bc7ccc0 100644 --- a/multi-cluster/windows-helm/README.md +++ b/multi-cluster/windows-helm/README.md @@ -11,8 +11,8 @@ You can determine the value for the `windows.version` label key based on the rel Description | Example --- | --- -For Windows Server SAC nodes, the value will be the SAC release number prepended with "win". | 2004 SAC would result in `windows.version: win2004` -For Windows Server LTSC nodes, the value will be the SAC release number that the LTSC is based on. | 2019 LTSC would result in `windows.version: win1809` +For Windows Server SAC nodes, the value will be the SAC release number (prepended with "win"). | 2004 SAC would result in `windows.version: win2004` +For Windows Server LTSC nodes, the value will be the SAC release number that the LTSC is based on (prepended with "win"). | 2019 LTSC would result in `windows.version: win1809` ## Creating the GitRepo