UI-Bootstrap with manifest repo
### LB Backend:
- createManifestRepoProject
- - [x] add title field ex: ("Valkyrie Manifests")
- - [x] rename project_name field to name ex: ("valkyrie-manifests")
- - [x] delete impact_level field
- - [x] create locations list
- - [x] names (impact levels) from configmap?
- - [x] environments (ie: prod, preprod, staging) from configmap?
- - [x] create merge request
- - [x] update our image
- - [x] merged
### LB FrontEnd:
- - [x] create locations input component
- - [x] create chip input for name (single select) and environments (multi-select) list.
- - [x] names and environments retrieved from backend?
- - [x] checking bootstrapWithManifestRepo shows (enables?) locations input
- - [x] unchecking bootstrapWithManifestRepo hides (disables?) locations input
- - [x] create merge request
- - [x] update our image
- - [x] merged
### Valkyrie:
- Values.yml
- - [x] add manifestRepoLocation array to values
- - [x] add manifestRepoEnvironments array to values
- client-default-config.yaml
- - [x] add manifestRepoLocations json array string from values
- - [x] add manifestRepoEnvironments json array string from values
- - [x] create merge
- - [x] merged
issue