mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 06:44:50 -04:00
upgrade: fix broken reference from constellation-os to constellation-version (#939)
* update constellation-os to constellation-version references * update nodeimage to nodeversion in CRD type name Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
4bc191e434
commit
82a0fcbb9d
5 changed files with 12 additions and 12 deletions
|
@ -18,7 +18,7 @@ func TestParseCRDs(t *testing.T) {
|
|||
wantErr bool
|
||||
}{
|
||||
"success": {
|
||||
data: "apiVersion: apiextensions.k8s.io/v1\nkind: CustomResourceDefinition\nmetadata:\n name: nodeimages.update.edgeless.systems\nspec:\n group: update.edgeless.systems\n names:\n kind: NodeImage\n",
|
||||
data: "apiVersion: apiextensions.k8s.io/v1\nkind: CustomResourceDefinition\nmetadata:\n name: nodeversions.update.edgeless.systems\nspec:\n group: update.edgeless.systems\n names:\n kind: NodeImage\n",
|
||||
wantErr: false,
|
||||
},
|
||||
"wrong kind": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue