From 74c3e944e0bb5719de8caa76c68f2ad6dc04d23c Mon Sep 17 00:00:00 2001 From: gerrnot Date: Wed, 24 Jul 2024 20:15:17 +0200 Subject: [PATCH] Update hips/hip-9999.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com> Signed-off-by: gerrnot --- hips/hip-9999.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hips/hip-9999.md b/hips/hip-9999.md index b3754339..47e8bcf2 100644 --- a/hips/hip-9999.md +++ b/hips/hip-9999.md @@ -26,7 +26,7 @@ There are two known situations how the user can run into such a situation where Known Workarounds that should become OBSOLETE when this HIP is implemented to recover from such situations: 1. `kubectl delete secret ''.` (Not possible if you don't want to lose all history) 2. `helm delete` your release. (Not possible if you don't want to lose all history) -3. `helm rollback` your release. (Not possibly if it is the first installation) +3. `helm rollback` your release. (Not possible if it is the first installation) ## Rationale