Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
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
Compare Revisions
157ecd6e073221b8101187b8a93087b1b8bbd621...336b2baa9e39194fa9d1fdfdccedf7f264a2cf09
Source
336b2baa9e39194fa9d1fdfdccedf7f264a2cf09
Select Git revision
...
Target
157ecd6e073221b8101187b8a93087b1b8bbd621
Select Git revision
Compare
Commits (3)
(fix): default environment should assume roles and bucket
· d3cc5a71
Mark Harding
authored
1 week ago
d3cc5a71
Merge remote-tracking branch 'origin/sandbox-wip' into helm-changes
· e3ed36e8
Brian Hatchet
authored
1 hour ago
e3ed36e8
setting all feature flags to true
· 336b2baa
Brian Hatchet
authored
14 minutes ago
336b2baa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
values.yaml
minds/values.yaml
+7
-7
No files found.
minds/values.yaml
View file @
336b2baa
...
...
@@ -186,7 +186,7 @@ aws:
useRoles
:
true
account_id
:
'
324044571751'
region
:
'
us-east-1'
b
ucket
:
'
minds-sandbox'
s3B
ucket
:
'
minds-sandbox'
snsSecret
:
'
'
# CockroachDB
...
...
@@ -239,16 +239,16 @@ blockchain:
# or quoted strings
# '"canary"' | '"admin"'
features
:
allow_comments_toggle
:
fals
e
blockchain_creditcard
:
fals
e
allow_comments_toggle
:
tru
e
blockchain_creditcard
:
tru
e
dark_mode
:
true
cassandra_notifications
:
true
es_feeds
:
'
"canary"'
es_feeds
:
true
helpdesk
:
true
permissions
:
fals
e
suggested_users
:
fals
e
permissions
:
tru
e
suggested_users
:
tru
e
top_feeds
:
true
wire_multi_currency
:
fals
e
wire_multi_currency
:
tru
e
# Bytes
...
...
This diff is collapsed.
Click to expand it.