From 653f38bcf3c30cd4d153e1ea4f01b186642fbef0 Mon Sep 17 00:00:00 2001 From: Daniel Grimm Date: Thu, 18 Jul 2024 12:07:50 +0200 Subject: [PATCH] fix user story 1 Co-authored-by: Sridhar Gaddam --- enhancements/SEP2-revision-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enhancements/SEP2-revision-tags.md b/enhancements/SEP2-revision-tags.md index 835078bd5..f7007b8c8 100644 --- a/enhancements/SEP2-revision-tags.md +++ b/enhancements/SEP2-revision-tags.md @@ -18,7 +18,7 @@ Each revision tag only ever points to exactly one Istio revision. Upstream, revi ## Design ### User Stories -1. As a user of sail-operator's RevisionBased update strategy, I want to be able to use the `istio-injection=enabled` label on my namespaces and pods. +1. As a user of sail-operator's RevisionBased update strategy, I want to be able to use the `istio-injection=enabled` label on my namespaces. 1. As a platform engineer, I want my application teams to be able to use a fixed label for proxy injection without having to know which version of Istio is running in the cluster, so that I can perform upgrades in the background without the application teams having to make changes to use the new version. ### API Changes