File tree 2 files changed +1
-33
lines changed
2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export class ProfileManager {
108
108
* @returns
109
109
*/
110
110
_setValue ( itemPath : string , value : any , yamlRoot : object ) : object {
111
- // find the location where to set the value in the yaml
111
+ // find the location where to set the value in the YAML
112
112
const itemPathParts : string [ ] = itemPath . split ( '.' ) ;
113
113
let parent = yamlRoot ;
114
114
let current = parent ;
Original file line number Diff line number Diff line change @@ -101,35 +101,3 @@ export interface ServiceEndpoint {
101
101
port : number
102
102
domainName : string
103
103
}
104
-
105
- // basically what node update does
106
- //
107
- // export interface Node {
108
- // nodeId number ✅
109
- // AccountID accountId ✅
110
- // description string ✅
111
- // gossipEndpoint Array<ServiceEndpoint>
112
- // all of this are in single network, single cluster,
113
- // is going to be fully qualified domain name for
114
- // what we are currently putting as external ( ha proxy endpoint )
115
- // serviceEndpoint: Array<ServiceEndpoint>
116
- // gossipCaCertificate: Bytes - node keys ✅
117
- // grpcCertificateHash: Bytes - kode in node command how to generate it
118
- // weight: number,
119
- // deleted: boolean, ✅
120
- // adminKey: Key ✅
121
- // right now dynamically
122
- // generate it but add it as a secret as
123
- // all other ledger uhh account keys
124
- //
125
- // generate it the same way without genesis, a unique one and store it as a secret, we want to name it a bit differently
126
- // }
127
-
128
- // gleda configureNodeAccess
129
-
130
- // internal is the network pod name
131
- // external ip is the network service name
132
- // the gossip endpoint is externalIP
133
-
134
- // the service endpoint - for the grpc calls, configureNodeAccess
135
-
You can’t perform that action at this time.
0 commit comments