Install local-storage before flux
We have some dependency/timing problems with local-storage: it is installed by flux, together with the applications. Depending on the exact installation order, which is non-deterministic, applications might create PVCs before the local-storage default StorageClass
is created, which leads to unfulfilled PVCs.
To fix this, we could try to install local-storage before flux, as we did before, and convince flux to keep that local-storage release updated. flux/helm-operator keeps some annotations on releases that it installs, so we may have to fake those?