From 97452ada3ae03a5a813d5992768d770337af2efc Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Fri, 13 Aug 2021 10:01:57 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s)

---
 docs/upgrading.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index f7c005411..b91c4e82c 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -8,7 +8,7 @@ Because of `problems with Helm and secret management
 <https://open.greenhost.net/openappstack/openappstack/-/issues/891>`__
 we had to move away from using a helm chart for secrets, and now use scripts
 that run during installation to manage secrets. Because we have removed the
-``oas-secrets`` helm chart, Flux will try to remove the secrets that it has
+``oas-secrets`` helm chart, Flux will remove the secrets that it has
 generated. **It is important that you back up these secrets before switching
 from ``v0.6`` to ``v0.7``!**
 
@@ -51,8 +51,8 @@ that have been generated by Helm in it as ``yaml`` files.
 Now you can upgrade your cluster by running ``kubectl edit gitrepository -n
 flux-system openappstack`` and setting ``spec.ref.branch`` to ``v0.7``
 
-Flux will now start updating your cluster to version 0.7. This process will most
-likely fail, because it will remove the secrets that you just backed up. Make
+Flux will now start updating your cluster to version 0.7. This process will fail,
+because it will remove the secrets that you just backed up. Make
 sure that the ``oas-secrets`` helmrelease has been removed by running ``flux get
 hr -A``. You might also see that some helmreleases start failing to be installed
 because important secrets do not exist anymore. 
-- 
GitLab