Skip to content
Snippets Groups Projects
Commit 97452ada authored by Varac's avatar Varac Committed by Maarten de Waard
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 269243f3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment