Update docs/features/software-catalog/external-integrations.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-09-03 09:51:58 +02:00
committed by GitHub
parent db6ad39298
commit a43758eded
@@ -1201,7 +1201,9 @@ export class MyIncrementalEntityProvider implements IncrementalEntityProvider<Cu
}
},
spec: {
type: 'service'
type: 'service',
lifecycle: 'production', // Ideally your source has this information
owner: 'unknown', // Ideally your source has this information
}
}
}));