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
ff81a615
Commit
ff81a615
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plus user
parent
2c86a3de
feat/addedPlusUser-1
1 merge request
!6
(chore) Added plus user
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configMap.yaml
minds/templates/configMap.yaml
+2
-1
No files found.
minds/templates/configMap.yaml
View file @
ff81a615
...
...
@@ -397,7 +397,7 @@ data:
'wallet_pkey' => '{{ .Values.blockchain.boostWalletKey }}',
],
'wire' => [
'plus_guid' => '{{ .Values.blockchain.plusUserGUID }}'
,
'plus_guid' => '{{ .Values.blockchain.plusUserGUID }}'
'contract_address' => '{{ .Values.blockchain.wireAddress }}',
'wallet_address' => '{{ .Values.blockchain.wireWallet }}',
'wallet_pkey' => '{{ .Values.blockchain.wireWalletKey }}',
...
...
@@ -460,6 +460,7 @@ data:
'wallet_pkey' => '',
],
'wire' => [
'plus_guid' => ''
'contract_address' => '0x4b637bba81d24657d4c6acc173275f3e11a8d5d7',
'wallet_address' => '0x4CDc1C1fd1A3F4DD63231afF8c16501BcC11Df95',
'wallet_pkey' => '',
...
...
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