Skip to content

Commit 4fafe80

Browse files
committed
added TODO
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 257ed76 commit 4fafe80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/platform_installer.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ export class PlatformInstaller {
263263
* @returns {Listr<ListrContext, ListrPrimaryRendererValue, ListrSecondaryRendererValue>}
264264
*/
265265
taskInstall (podName, buildZipFile, stagingDir, nodeIds, keyFormat = constants.KEY_FORMAT_PEM, force = false) {
266+
// TODO: buildZipFile is not used, remove it from the signature
267+
// TODO: make sure that application.properties is still being copied, it is now part of a configMap
266268
const self = this
267269
return new Listr([
268270
{

0 commit comments

Comments
 (0)