mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
cli: support StackIT provider on config generate (#1803)
* support stackit provider on config generate * update cli reference * default config values * deploy csi driver Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com> --------- Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com>
This commit is contained in:
parent
a0dea7e69b
commit
6d5e7e1f7c
6 changed files with 108 additions and 32 deletions
|
@ -235,6 +235,10 @@ func TestFromString(t *testing.T) {
|
|||
input: "openstack",
|
||||
want: OpenStack,
|
||||
},
|
||||
"stackit": {
|
||||
input: "stackit",
|
||||
want: OpenStack,
|
||||
},
|
||||
"qemu": {
|
||||
input: "qemu",
|
||||
want: QEMU,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue