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
Commits
157ecd6e
Commit
157ecd6e
authored
7 hours ago
by
Brian Hatchet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extended template, set useRoles to true
parent
8f818199
helm-changes
1 merge request
!5
(chore) Default video values and feature flags
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
configMap.yaml
minds/templates/configMap.yaml
+1
-0
values.yaml
minds/values.yaml
+4
-2
No files found.
minds/templates/configMap.yaml
View file @
157ecd6e
...
...
@@ -607,6 +607,7 @@ data:
'cassandra-notifications' => {{ .Values.features.cassandra_notifications }},
'allow-comments-toggle' => {{ .Values.features.allow_comments_toggle }},
'permissions' => {{ .Values.features.permissions }},
'wire-multi-currency' => {{ .Values.features.wire_multi_currency }},
]);
$CONFIG->max_video_length = {{ .Values.max_video_length }};
...
...
This diff is collapsed.
Click to expand it.
minds/values.yaml
View file @
157ecd6e
...
...
@@ -183,7 +183,7 @@ queueExchange: 'minds'
storageEngine
:
'
S3'
aws
:
useRoles
:
fals
e
useRoles
:
tru
e
account_id
:
'
324044571751'
region
:
'
us-east-1'
bucket
:
'
minds-sandbox'
...
...
@@ -239,7 +239,7 @@ blockchain:
# or quoted strings
# '"canary"' | '"admin"'
features
:
allow_comments_toggle
:
tru
e
allow_comments_toggle
:
fals
e
blockchain_creditcard
:
false
dark_mode
:
true
cassandra_notifications
:
true
...
...
@@ -248,6 +248,8 @@ features:
permissions
:
false
suggested_users
:
false
top_feeds
:
true
wire_multi_currency
:
false
# Bytes
max_video_file_size
:
'
4294967296'
...
...
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