This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ciao-controller: BAT expects that workload storage is ephemeral
Commit c389aed breaks the BAT. This fixes it. Previously the workload storage csv had a persistent flag and it was set to true. My storage volumes extensions PR changed that to an ephemeral flag set to false. But prior to my PR, the user indicated flag was actually ignored in getStorage(). I introduced code to honor it instead of ignore and force in some cases persistence and in some ephemerality. BAT broke because it expected the example workload volumes to be ephemeral, despite not being flagged as such. Signed-off-by: Tim Pepper <[email protected]>
- Loading branch information