@firestartr/cli 2.7.0-snapshot-2 → 2.7.0-snapshot-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +4 -5
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -280379,7 +280379,6 @@ TechnologyInitializer.applicableKinds = ['ComponentClaim'];
|
|
|
280379
280379
|
|
|
280380
280380
|
;// CONCATENATED MODULE: ../cdk8s_renderer/src/initializers/backstage.ts
|
|
280381
280381
|
|
|
280382
|
-
|
|
280383
280382
|
class BackstageInitializer extends InitializerPatches {
|
|
280384
280383
|
constructor() {
|
|
280385
280384
|
super(...arguments);
|
|
@@ -280413,9 +280412,9 @@ class BackstageInitializer extends InitializerPatches {
|
|
|
280413
280412
|
return true;
|
|
280414
280413
|
},
|
|
280415
280414
|
apply(cr) {
|
|
280416
|
-
cr.metadata.
|
|
280417
|
-
cr.metadata.
|
|
280418
|
-
|
|
280415
|
+
cr.metadata.annotations = cr.metadata.annotations ?? {};
|
|
280416
|
+
cr.metadata.annotations['backstage.io/kubernetes-label-selector'] =
|
|
280417
|
+
`backstage.io/kubernetes-id=${claim.name}`;
|
|
280419
280418
|
return cr;
|
|
280420
280419
|
},
|
|
280421
280420
|
identify() {
|
|
@@ -303556,7 +303555,7 @@ const crs_analyzerSubcommand = {
|
|
|
303556
303555
|
};
|
|
303557
303556
|
|
|
303558
303557
|
;// CONCATENATED MODULE: ./package.json
|
|
303559
|
-
const package_namespaceObject = JSON.parse('{"i8":"2.7.0-snapshot-
|
|
303558
|
+
const package_namespaceObject = JSON.parse('{"i8":"2.7.0-snapshot-4"}');
|
|
303560
303559
|
;// CONCATENATED MODULE: ../../package.json
|
|
303561
303560
|
const package_namespaceObject_1 = {"i8":"2.6.1"};
|
|
303562
303561
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|