Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
H
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
a57b96e6
Commit
a57b96e6
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ff81a615
feat/addedPlusUser-1
1 merge request
!6
(chore) Added plus user
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
configMap.yaml
minds/templates/configMap.yaml
+4
-2
values.yaml
minds/values.yaml
+2
-1
No files found.
minds/templates/configMap.yaml
View file @
a57b96e6
...
...
@@ -397,7 +397,8 @@ data:
'wallet_pkey' => '{{ .Values.blockchain.boostWalletKey }}',
],
'wire' => [
'plus_guid' => '{{ .Values.blockchain.plusUserGUID }}'
'plus_guid' => '{{ .Values.blockchain.plusUserGUID }}',
'plus_address' => '{{ .Values.blockchain.plusAddress }}',
'contract_address' => '{{ .Values.blockchain.wireAddress }}',
'wallet_address' => '{{ .Values.blockchain.wireWallet }}',
'wallet_pkey' => '{{ .Values.blockchain.wireWalletKey }}',
...
...
@@ -460,7 +461,8 @@ data:
'wallet_pkey' => '',
],
'wire' => [
'plus_guid' => ''
'plus_guid' => '',
'plus_address' => '',
'contract_address' => '0x4b637bba81d24657d4c6acc173275f3e11a8d5d7',
'wallet_address' => '0x4CDc1C1fd1A3F4DD63231afF8c16501BcC11Df95',
'wallet_pkey' => '',
...
...
This diff is collapsed.
Click to expand it.
minds/values.yaml
View file @
a57b96e6
...
...
@@ -222,7 +222,8 @@ blockchain:
boostAddress
:
'
0xad6c30d7995484aef9465b3c41cfae1994be7124'
boostWallet
:
'
0xfD7acB9Dd58c2296105ef859D7078b7C51c7e834'
boostWalletKey
:
plusUserGUID
:
plusUserGUID
:
'
'
wireAddress
:
'
'
wireAddress
:
'
0xdcb61cce961da699d20c50f45e45a571737d1ba3'
wireWallet
:
'
0x2F8c79ae5593e9F2df7DFF0514EFF4c0368f194E'
wireWalletKey
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment