You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO yamlRoot returned from ProfileManager.resourcesForConsensusPod (called from prepareValuesForFstChart) has: { hedera.nodes.${nodeIndex}.name & hedera.nodes.${nodeIndex}.accountId } const account = networkNodeServices.accountId
// TODO need to pass through the config.releaseTag, config.chainId, and config.app
236
+
220
237
if(!profileName)thrownewMissingArgumentError('profileName is required')
221
238
constprofile=this.getProfile(profileName)
222
239
@@ -225,6 +242,7 @@ export class ProfileManager {
225
242
226
243
// generate the yaml
227
244
constyamlRoot={}
245
+
// TODO yamlRoot returned from ProfileManager.resourcesForConsensusPod (called from prepareValuesForFstChart) has: { hedera.nodes.${nodeIndex}.name & hedera.nodes.${nodeIndex}.accountId }
0 commit comments